Mongolian HDIT Implementation guide
1.0.0 - Review
Mongolian HDIT Implementation guide - Local Development build (v1.0.0). See the Directory of published versions
Source view
@prefix fhir: <http://hl7.org/fhir/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- a fhir:Organization; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "GovernmentOrganizationExample"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://fhir.mn/StructureDefinition/mng-core-government-organization"; fhir:index 0; fhir:link <http://fhir.mn/StructureDefinition/mng-core-government-organization> ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: GovernmentOrganizationExample</p><p><b>meta</b>: </p><p><b>identifier</b>: 1234567</p><p><b>name</b>: Ministry of Health</p></div>" ]; fhir:Organization.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "http://fhir.mn/identifiers/organization/national-identification-number" ]; fhir:Identifier.value [ fhir:value "1234567" ] ]; fhir:Organization.name [ fhir:value "Ministry of Health"]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.