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 Composition Section Codes - TTL Representation

Draft as of 2026-05-21

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-section-codes"] ; # 
  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-section-codes</b></p><a name=\"mccod-section-codes\"> </a><a name=\"hcmccod-section-codes\"> </a><p>This case-insensitive code system <code>http://mccod.w3datanet.com/fhir/CodeSystem/mccod-section-codes</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\">frame-b-general<a name=\"mccod-section-codes-frame-b-general\"> </a></td><td>Frame B — General Medical Data</td><td>Section containing surgery, autopsy, manner of death, and external cause data from WHO MCCoD Frame B.</td></tr><tr><td style=\"white-space:nowrap\">frame-b-fetal-infant<a name=\"mccod-section-codes-frame-b-fetal-infant\"> </a></td><td>Frame B — Fetal or Infant Death</td><td>Section containing fetal or infant death data from WHO MCCoD Frame B.</td></tr><tr><td style=\"white-space:nowrap\">frame-b-pregnancy<a name=\"mccod-section-codes-frame-b-pregnancy\"> </a></td><td>Frame B — Women of Reproductive Age</td><td>Section containing pregnancy status data for women of reproductive age from WHO MCCoD Frame B.</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
fhir:v "http://mccod.w3datanet.com/fhir/CodeSystem/mccod-section-codes"^^xsd:anyURI ;
fhir:l <http://mccod.w3datanet.com/fhir/CodeSystem/mccod-section-codes>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "MCCoDSectionCodesCS"] ; # 
  fhir:title [ fhir:v "MCCoD Composition Section Codes"] ; # 
  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 "Local code system for identifying sections within the MCCoD\nComposition where no suitable internationally recognised code exists."] ; # 
  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 "3"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "frame-b-general" ] ;
fhir:display [ fhir:v "Frame B — General Medical Data" ] ;
fhir:definition [ fhir:v "Section containing surgery, autopsy, manner of death, and external cause data from WHO MCCoD Frame B." ]
  ] [
fhir:code [ fhir:v "frame-b-fetal-infant" ] ;
fhir:display [ fhir:v "Frame B — Fetal or Infant Death" ] ;
fhir:definition [ fhir:v "Section containing fetal or infant death data from WHO MCCoD Frame B." ]
  ] [
fhir:code [ fhir:v "frame-b-pregnancy" ] ;
fhir:display [ fhir:v "Frame B — Women of Reproductive Age" ] ;
fhir:definition [ fhir:v "Section containing pregnancy status data for women of reproductive age from WHO MCCoD Frame B." ]
  ] ) . #