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 Surgery 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:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "obs-surgery"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://mccod.w3datanet.com/fhir/StructureDefinition/mccod-surgery-performed"^^xsd:anyURI ;
fhir:l <http://mccod.w3datanet.com/fhir/StructureDefinition/mccod-surgery-performed>     ] )
  ] ; # 
  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: Observation obs-surgery</b></p><a name=\"obs-surgery\"> </a><a name=\"hcobs-surgery\"> </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-surgery-performed.html\">MCCoD Surgery Performed Within Last 4 Weeks</a></p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category procedure}\">Procedure</span></p><p><b>code</b>: <span title=\"Codes:{http://mccod.w3datanet.com/fhir/CodeSystem/mccod-observation-codes surgery-within-4-weeks}\">Surgery Performed Within Last 4 Weeks</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>performer</b>: <a href=\"Bundle-mccod-bundle-example-001.html#http-//mccod.w3datanet.com/fhir/Practitioner/practitioner-001\">Practitioner Sadia Hossain </a></p><p><b>value</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0136 N}\">No</span></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/observation-category>       ] ;
fhir:code [ fhir:v "procedure" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [
fhir:v "http://mccod.w3datanet.com/fhir/CodeSystem/mccod-observation-codes"^^xsd:anyURI ;
fhir:l <http://mccod.w3datanet.com/fhir/CodeSystem/mccod-observation-codes>       ] ;
fhir:code [ fhir:v "surgery-within-4-weeks" ]     ] )
  ] ; # 
  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:performer ( [
fhir:l <http://mccod.w3datanet.com/fhir/Practitioner/practitioner-001> ;
fhir:reference [ fhir:v "http://mccod.w3datanet.com/fhir/Practitioner/practitioner-001" ]
  ] ) ; # 
  fhir:value [
a fhir:CodeableConcept ;
    ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v2-0136"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v2-0136>       ] ;
fhir:code [ fhir:v "N" ] ;
fhir:display [ fhir:v "No" ]     ] ) ;
fhir:text [ fhir:v "No" ]
  ] . #