International Patient Summary Implementation Guide
1.0.0 - STU 1

This page is part of the International Patient Summary Implementation Guide (v1.0.0: STU 1) based on FHIR R4. The current version which supercedes this version is 1.1.0. For a full list of available versions, see the Directory of published versions

Condition: Acute myocardial infarction of anterior wall - TTL Representation

(back to description)

Raw ttl

Source view

@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 with Details</b></p><p><b>id</b>: eumfh-39-07-1</p><p><b>clinicalStatus</b>: Active <span style=\"background: LightGoldenRodYellow\">(Details : {http://terminology.hl7.org/CodeSystem/condition-clinical code 'active' = 'Active)</span></p><p><b>category</b>: Problem <span style=\"background: LightGoldenRodYellow\">(Details : {LOINC code '75326-9' = 'Problem', given as 'Problem'})</span></p><p><b>code</b>: Acute myocardial infarction of anterior wall <span style=\"background: LightGoldenRodYellow\">(Details : {SNOMED CT code '54329005' = 'Acute myocardial infarction of anterior wall', given as 'Acute myocardial infarction of anterior wall'}; {http://id.who.int/icd11/mms code 'BA41&amp;XA7RE3' = 'BA41&amp;XA7RE3', given as 'Acute myocardial infarction &amp; Anterior wall of heart'})</span></p><p><b>subject</b>: <a href=\"Patient-eumfh-39-07.html\">Alexander Heig (inject 39-07). Generated Summary: id: eumfh-39-07; 39-07, EUR01P0001; active; Alexander Heig ; gender: male; birthDate: 1957-01-01</a></p><p><b>onset</b>: Jan 1, 2014 12:00:00 AM</p><p><b>asserter</b>: <a href=\"Practitioner-eumfh-39-07.html\">Dr. Mark Antonio. Generated Summary: id: eumfh-39-07; Mark Antonio </a></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/icd11/mms" ];
       fhir:Coding.code [ fhir:value "BA41&XA7RE3" ];
       fhir:Coding.display [ fhir:value "Acute myocardial infarction & 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.