SMART PH4H
0.1.0 - ci-build

SMART PH4H, published by WHO. 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/WorldHealthOrganization/smart-ph4h/tree/main and changes regularly. See the Directory of published versions

: Example Condition - JSON Representation

Raw json | Download


{
  "resourceType" : "Condition",
  "id" : "c64139e7-f02d-409c-bf34-75e8bf23bc89",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Condition c64139e7-f02d-409c-bf34-75e8bf23bc89</b></p><a name=\"c64139e7-f02d-409c-bf34-75e8bf23bc89\"> </a><a name=\"hcc64139e7-f02d-409c-bf34-75e8bf23bc89\"> </a><a name=\"c64139e7-f02d-409c-bf34-75e8bf23bc89-en-US\"> </a><p><b>identifier</b>: <code>urn:oid:1.2.3.999</code>/c87bf51c-e53c-4bfe-b8b7-aa62bdd93002</p><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://loinc.org 75326-9}\">Problem</span></p><p><b>severity</b>: <span title=\"Codes:{http://loinc.org LA6751-7}\">Moderate</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 198436008}, {http://hl7.org/fhir/sid/icd-10 N95.1}\">Menopausal flushing (finding)</span></p><p><b>subject</b>: <a href=\"Bundle-ExampleIPS.html#urn-uuid-2b90dd2b-2dab-4c75-9bb9-a355e07401e8\">Bundle: identifier = urn:oid:2.16.724.4.8.10.200.10#175bd032-8b00-4728-b2dc-748bb1501aed; type = document; timestamp = 2024-02-11 11:32:00+0100</a></p><p><b>onset</b>: 2015</p><p><b>recordedDate</b>: 2016-10</p></div>"
  },
  "identifier" : [
    {
      "system" : "urn:oid:1.2.3.999",
      "value" : "c87bf51c-e53c-4bfe-b8b7-aa62bdd93002"
    }
  ],
  "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://loinc.org",
          "code" : "75326-9",
          "display" : "Problem"
        }
      ]
    }
  ],
  "severity" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "LA6751-7",
        "display" : "Moderate"
      }
    ]
  },
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "198436008",
        "display" : "Menopausal flushing (finding)",
        "_display" : {
          "extension" : [
            {
              "extension" : [
                {
                  "url" : "lang",
                  "valueCode" : "nl-NL"
                },
                {
                  "url" : "content",
                  "valueString" : "opvliegers"
                }
              ],
              "url" : "http://hl7.org/fhir/StructureDefinition/translation"
            }
          ]
        }
      },
      {
        "system" : "http://hl7.org/fhir/sid/icd-10",
        "code" : "N95.1",
        "display" : "Menopausal and female climacteric states"
      }
    ]
  },
  "subject" : {
    "reference" : "urn:uuid:2b90dd2b-2dab-4c75-9bb9-a355e07401e8"
  },
  "onsetDateTime" : "2015",
  "recordedDate" : "2016-10"
}