International Patient Summary Implementation Guide
1.1.0 - CI Build International flag

International Patient Summary Implementation Guide, published by HL7 International / Patient Care. This guide is not an authorized publication; it is the continuous build for version 1.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-ips/ and changes regularly. See the Directory of published versions

: Condition: Acute myocardial infarction of anterior wall - TTL Representation

Page standards status: Informative

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://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:id [ fhir:v "eumfh-39-07-1"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Condition</b><a name=\"eumfh-39-07-1\"> </a><a name=\"hceumfh-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 &quot;eumfh-39-07-1&quot; </p></div><p><b>clinicalStatus</b>: Active <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.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; <a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-ICD11MMS.html\">International Classification of Diseases, 11th Revision Mortality and Morbidity Statistics (MMS)</a>#BA41.Z&amp;XA7RE3 &quot;Acute myocardial infarction, unspecified [Anterior wall of heart]&quot;)</span></p><p><b>subject</b>: <a href=\"Patient-eumfh-39-07.html\">Patient/eumfh-39-07: Alexander Heig (inject 39-07)</a> &quot; HEIG&quot;</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> &quot; ANTONIO&quot;</p></div>"
  ] ; # 
  fhir:clinicalStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-clinical"^^xsd:anyURI ] ;
fhir:code [ fhir:v "active" ]     ] )
  ] ; # 
  fhir:category ( [
    ( fhir:coding [
a loinc:75326-9 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "75326-9" ] ;
fhir:display [ fhir:v "Problem" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
a sct:54329005 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "54329005" ] ;
fhir:display [ fhir:v "Acute myocardial infarction of anterior wall" ]     ] [
fhir:system [ fhir:v "http://id.who.int/icd/release/11/mms"^^xsd:anyURI ] ;
fhir:code [ fhir:v "BA41.Z&XA7RE3" ] ;
fhir:display [ fhir:v "Acute myocardial infarction, unspecified [Anterior wall of heart]" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/eumfh-39-07" ] ;
fhir:display [ fhir:v "Alexander Heig (inject 39-07)" ]
  ] ; # 
  fhir:onset [ fhir:v "2014"^^xsd:gYear] ; # 
  fhir:asserter [
fhir:reference [ fhir:v "Practitioner/eumfh-39-07" ] ;
fhir:display [ fhir:v "Dr. Mark Antonio" ]
  ] . #