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 Underlying Cause of Death Example - TTL Representation

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:Condition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "cond-ucod"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://mccod.w3datanet.com/fhir/StructureDefinition/mccod-underlying-cause-of-death"^^xsd:anyURI ;
fhir:l <http://mccod.w3datanet.com/fhir/StructureDefinition/mccod-underlying-cause-of-death>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Condition cond-ucod</b></p><a name=\"cond-ucod\"> </a><a name=\"hccond-ucod\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-mccod-underlying-cause-of-death.html\">MCCoD Underlying Cause of Death</a></p></div><p><b>MCCoD DORIS Derived Underlying Cause</b>: false</p><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical inactive}\">Inactive</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-ver-status confirmed}\">Confirmed</span></p><p><b>category</b>: <span title=\"Codes:{http://mccod.w3datanet.com/fhir/CodeSystem/mccod-condition-category underlying-cause-of-death}\">Underlying Cause of Death</span></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/icd-10 I25.1}\">Coronary artery disease</span></p><p><b>subject</b>: <a href=\"Bundle-mccod-bundle-example-001.html#http-//mccod.w3datanet.com/fhir/Patient/patient-001\">Mohammad Ali Rahman  Male, DoB: 1980-03-15 ( http://example.org/national-id#1234567890123)</a></p><p><b>recorder</b>: <a href=\"Bundle-mccod-bundle-example-001.html#http-//mccod.w3datanet.com/fhir/Practitioner/practitioner-001\">Practitioner Sadia Hossain </a></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
fhir:url [
fhir:v "http://mccod.w3datanet.com/fhir/StructureDefinition/mccod-doris-derived"^^xsd:anyURI ;
fhir:l <http://mccod.w3datanet.com/fhir/StructureDefinition/mccod-doris-derived>     ] ;
fhir:value [
a fhir:Boolean ;
fhir:v false     ]
  ] ) ; # 
  fhir:clinicalStatus [
    ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/condition-clinical"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/condition-clinical>       ] ;
fhir:code [ fhir:v "inactive" ]     ] )
  ] ; # 
  fhir:verificationStatus [
    ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/condition-ver-status"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/condition-ver-status>       ] ;
fhir:code [ fhir:v "confirmed" ]     ] )
  ] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [
fhir:v "http://mccod.w3datanet.com/fhir/CodeSystem/mccod-condition-category"^^xsd:anyURI ;
fhir:l <http://mccod.w3datanet.com/fhir/CodeSystem/mccod-condition-category>       ] ;
fhir:code [ fhir:v "underlying-cause-of-death" ] ;
fhir:display [ fhir:v "Underlying Cause of Death" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/sid/icd-10"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/sid/icd-10>       ] ;
fhir:code [ fhir:v "I25.1" ] ;
fhir:display [ fhir:v "Atherosclerotic heart disease" ]     ] ) ;
fhir:text [ fhir:v "Coronary artery disease" ]
  ] ; # 
  fhir:subject [
fhir:l <http://mccod.w3datanet.com/fhir/Patient/patient-001> ;
fhir:reference [ fhir:v "http://mccod.w3datanet.com/fhir/Patient/patient-001" ]
  ] ; # 
  fhir:recorder [
fhir:l <http://mccod.w3datanet.com/fhir/Practitioner/practitioner-001> ;
fhir:reference [ fhir:v "http://mccod.w3datanet.com/fhir/Practitioner/practitioner-001" ]
  ] . #