Smart Bear Implementation Guide
3.4.1 - ci-build

Smart Bear Implementation Guide - Local Development build (v3.4.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: CoronaryArteryDisease002 - JSON Representation

Raw json | Download


{
  "resourceType" : "Condition",
  "id" : "CoronaryArteryDisease002",
  "meta" : {
    "profile" : [
      🔗 "https://smart-bear.eu/fhir/StructureDefinition/CoronaryArteryDiseaseCondition"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Condition CoronaryArteryDisease002</b></p><a name=\"CoronaryArteryDisease002\"> </a><a name=\"hcCoronaryArteryDisease002\"> </a><a name=\"CoronaryArteryDisease002-en-US\"> </a><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-ver-status confirmed}\">Confirmed</span></p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 439401001}, {http://terminology.hl7.org/CodeSystem/condition-category encounter-diagnosis}\">Encounter Diagnosis</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 726499301000119105}\">Myocardial infarction due to atherothrombotic coronary artery disease</span></p><p><b>subject</b>: <a href=\"Patient-Patient001.html\">Mario Bianchi Male, DoB: 1983-11-07 ( Patient001)</a></p><p><b>recordedDate</b>: 2021-03-01 07:29:23+0000</p></div>"
  },
  "clinicalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
        "code" : "active"
      }
    ]
  },
  "verificationStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/condition-ver-status",
        "code" : "confirmed"
      }
    ]
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "439401001"
        },
        {
          "system" : "http://terminology.hl7.org/CodeSystem/condition-category",
          "code" : "encounter-diagnosis",
          "display" : "Encounter Diagnosis"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "726499301000119105",
        "display" : "Myocardial infarction due to atherothrombotic coronary artery disease"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/Patient001"
  },
  "recordedDate" : "2021-03-01T07:29:23.356+00:00"
}