AeHIN Medical Certificate of Cause of Death (MCCoD) Implementation Guide
0.1.0 - Draft for AeHIN Member Review Asia

Bangladesh Core FHIR Implementation Guide - Published by Ministry of Health and Family Welfare. See the Directory of published versions

: MCCoD Cause of Death Line Position - TTL Representation

Draft as of 2026-05-22

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "mccod-line-position"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem mccod-line-position</b></p><a name=\"mccod-line-position\"> </a><a name=\"hcmccod-line-position\"> </a><p>This case-insensitive code system <code>http://mccod.w3datanet.com/fhir/CodeSystem/mccod-line-position</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">a<a name=\"mccod-line-position-a\"> </a></td><td>Line a</td><td>Immediate cause of death — always required</td></tr><tr><td style=\"white-space:nowrap\">b<a name=\"mccod-line-position-b\"> </a></td><td>Line b</td><td>First antecedent cause — due to line a</td></tr><tr><td style=\"white-space:nowrap\">c<a name=\"mccod-line-position-c\"> </a></td><td>Line c</td><td>Second antecedent cause — due to line b</td></tr><tr><td style=\"white-space:nowrap\">d<a name=\"mccod-line-position-d\"> </a></td><td>Line d</td><td>Third antecedent cause — due to line c</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
fhir:v "http://mccod.w3datanet.com/fhir/CodeSystem/mccod-line-position"^^xsd:anyURI ;
fhir:l <http://mccod.w3datanet.com/fhir/CodeSystem/mccod-line-position>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "MCCoDLinePositionCS"] ; # 
  fhir:title [ fhir:v "MCCoD Cause of Death Line Position"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v true] ; # 
  fhir:date [ fhir:v "2026-05-22T18:36:58+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Asia eHealth Information Network (AeHIN)"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Asia eHealth Information Network (AeHIN)" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.asiaehealthinformationnetwork.org" ]     ] )
  ] [
fhir:name [ fhir:v "AeHIN Secretariat" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.asiaehealthinformationnetwork.org" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Codes identifying the line position in the WHO MCCoD Frame A causal chain."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [
fhir:v "http://un.org"^^xsd:anyURI ;
fhir:l <http://un.org>       ] ;
fhir:code [ fhir:v "142" ] ;
fhir:display [ fhir:v "Asia" ]     ] [
fhir:system [
fhir:v "http://hl7.org"^^xsd:anyURI ;
fhir:l <http://hl7.org>       ] ;
fhir:code [ fhir:v "X1" ] ;
fhir:display [ fhir:v "Asia" ]     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v false] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "4"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "a" ] ;
fhir:display [ fhir:v "Line a" ] ;
fhir:definition [ fhir:v "Immediate cause of death — always required" ]
  ] [
fhir:code [ fhir:v "b" ] ;
fhir:display [ fhir:v "Line b" ] ;
fhir:definition [ fhir:v "First antecedent cause — due to line a" ]
  ] [
fhir:code [ fhir:v "c" ] ;
fhir:display [ fhir:v "Line c" ] ;
fhir:definition [ fhir:v "Second antecedent cause — due to line b" ]
  ] [
fhir:code [ fhir:v "d" ] ;
fhir:display [ fhir:v "Line d" ] ;
fhir:definition [ fhir:v "Third antecedent cause — due to line c" ]
  ] ) . #