Bangladesh Core FHIR Implementation Guide - Published by Ministry of Health and Family Welfare. See the Directory of published versions
: MCCoD Condition Category - 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:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "mccod-condition-category"] ; #
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-condition-category</b></p><a name=\"mccod-condition-category\"> </a><a name=\"hcmccod-condition-category\"> </a><p>This case-insensitive code system <code>http://mccod.w3datanet.com/fhir/CodeSystem/mccod-condition-category</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\">underlying-cause-of-death<a name=\"mccod-condition-category-underlying-cause-of-death\"> </a></td><td>Underlying Cause of Death</td><td><div><p>The disease or injury that initiated the train of morbid events\nleading directly to death (WHO definition). Used to categorise\nMCCoDUnderlyingCauseOfDeath Condition instances.</p>\n</div></td></tr><tr><td style=\"white-space:nowrap\">contributing-condition<a name=\"mccod-condition-category-contributing-condition\"> </a></td><td>Contributing Condition</td><td><div><p>A condition that contributed to death but was not part of the\ndirect causal chain. Corresponds to Frame A Part 2 of the WHO\nMCCoD form. Used to categorise MCCoDContributingCondition instances.</p>\n</div></td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:url [
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:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "MCCoDConditionCategoryCS"] ; #
fhir:title [ fhir:v "MCCoD Condition Category"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v true] ; #
fhir:date [ fhir:v "2026-05-21"^^xsd:date] ; #
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 "Code system providing category codes to distinguish the different\ntypes of Condition resources used in the AeHIN MCCoD IG.\nThese codes allow systems to unambiguously identify the role of\na Condition within a MCCoD document without relying on profile\nURL matching."] ; #
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:copyright [ fhir:v "Copyright 2026 AeHIN. Licensed under CC0-1.0."] ; #
fhir:caseSensitive [ fhir:v false] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "2"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "underlying-cause-of-death" ] ;
fhir:display [ fhir:v "Underlying Cause of Death" ] ;
fhir:definition [ fhir:v "The disease or injury that initiated the train of morbid events\nleading directly to death (WHO definition). Used to categorise\nMCCoDUnderlyingCauseOfDeath Condition instances." ]
] [
fhir:code [ fhir:v "contributing-condition" ] ;
fhir:display [ fhir:v "Contributing Condition" ] ;
fhir:definition [ fhir:v "A condition that contributed to death but was not part of the\ndirect causal chain. Corresponds to Frame A Part 2 of the WHO\nMCCoD form. Used to categorise MCCoDContributingCondition instances." ]
] ) . #