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 - JSON Representation

(back to description)

Raw json

Source view

{
  "resourceType" : "Condition",
  "id" : "eumfh-39-07-1",
  "text" : {
    "status" : "generated",
    "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>"
  },
  "clinicalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
        "code" : "active"
      }
    ]
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://loinc.org",
          "code" : "75326-9",
          "display" : "Problem"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "54329005",
        "display" : "Acute myocardial infarction of anterior wall"
      },
      {
        "system" : "http://id.who.int/icd11/mms",
        "code" : "BA41&XA7RE3",
        "display" : "Acute myocardial infarction & Anterior wall of heart"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/eumfh-39-07",
    "display" : "Alexander Heig (inject 39-07)"
  },
  "onsetDateTime" : "2014",
  "asserter" : {
    "reference" : "Practitioner/eumfh-39-07",
    "display" : "Dr. Mark Antonio"
  }
}