SHIFT Privacy Examples
0.1.0 - ci-build International flag

SHIFT Privacy Examples, published by SHIFT-Task-Force. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/SHIFT-Task-Force/demo-fhir-data/ and changes regularly. See the Directory of published versions

: Steffi Rambeau's Asthma - JSON Representation

Raw json | Download

{
  "resourceType" : "Condition",
  "id" : "SteffiRambeau16Asthma",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Condition SteffiRambeau16Asthma</b></p><a name=\"SteffiRambeau16Asthma\"> </a><a name=\"hcSteffiRambeau16Asthma\"> </a><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span></p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-category problem-list-item}\">Problem List Item</span></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/icd-10-cm J45.40}, {http://snomed.info/sct 427295004}\">Moderate persistent asthma</span></p><p><b>subject</b>: <a href=\"Patient-SteffiRambeau16.html\">Mo  Female, DoB: 2009-07-18</a></p></div>"
  },
  "clinicalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
        "code" : "active"
      }
    ]
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/condition-category",
          "code" : "problem-list-item"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://hl7.org/fhir/sid/icd-10-cm",
        "code" : "J45.40",
        "display" : "Moderate persistent asthma, uncomplicated"
      },
      {
        "system" : "http://snomed.info/sct",
        "code" : "427295004",
        "display" : "Moderate persistent asthma (disorder)"
      }
    ],
    "text" : "Moderate persistent asthma"
  },
  "subject" : {
    🔗 "reference" : "Patient/SteffiRambeau16"
  }
}