International Patient Summary Implementation Guide 1.1.0 - STU 1 Update 1
Publication Build: This will be filled in by the publication tooling
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> . @prefix loinc: <http://loinc.org/rdf#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix sct: <http://snomed.info/id/> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- a fhir:Condition; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "eumfh-39-07-1"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Condition</b><a name=\"eumfh-39-07-1\"> </a></p><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\">Resource Condition "eumfh-39-07-1" </p></div><p><b>clinicalStatus</b>: Active <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/4.0.0/CodeSystem-condition-clinical.html\">Condition Clinical Status Codes</a>#active)</span></p><p><b>category</b>: Problem <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#75326-9)</span></p><p><b>code</b>: Acute myocardial infarction of anterior wall <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#54329005; mms#BA41.Z&XA7RE3 "Acute myocardial infarction, unspecified [Anterior wall of heart]")</span></p><p><b>subject</b>: <a href=\"Patient-eumfh-39-07.html\">Patient/eumfh-39-07: Alexander Heig (inject 39-07)</a> " HEIG"</p><p><b>onset</b>: 2014</p><p><b>asserter</b>: <a href=\"Practitioner-eumfh-39-07.html\">Practitioner/eumfh-39-07: Dr. Mark Antonio</a> " ANTONIO"</p></div>" ]; fhir:Condition.clinicalStatus [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/condition-clinical" ]; fhir:Coding.code [ fhir:value "active" ] ] ]; fhir:Condition.category [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; a loinc:75326-9; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "75326-9" ]; fhir:Coding.display [ fhir:value "Problem" ] ] ]; fhir:Condition.code [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:54329005; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "54329005" ]; fhir:Coding.display [ fhir:value "Acute myocardial infarction of anterior wall" ] ], [ fhir:index 1; fhir:Coding.system [ fhir:value "http://id.who.int/icd/release/11/mms" ]; fhir:Coding.code [ fhir:value "BA41.Z&XA7RE3" ]; fhir:Coding.display [ fhir:value "Acute myocardial infarction, unspecified [Anterior wall of heart]" ] ] ]; fhir:Condition.subject [ fhir:Reference.reference [ fhir:value "Patient/eumfh-39-07" ]; fhir:Reference.display [ fhir:value "Alexander Heig (inject 39-07)" ] ]; fhir:Condition.onsetDateTime [ fhir:value "2014"^^xsd:gYear]; fhir:Condition.asserter [ fhir:Reference.reference [ fhir:value "Practitioner/eumfh-39-07" ]; fhir:Reference.display [ fhir:value "Dr. Mark Antonio" ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.