Kenya-ePrescription-IG
0.1.0 - ci-build

Kenya-ePrescription-IG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example Condition - Kenya ePrescription - JSON Representation

Raw json | Download

{
  "resourceType" : "Condition",
  "id" : "example-kenya-condition-001",
  "meta" : {
    "profile" : [
      🔗 "http://example.org/StructureDefinition/kenya-eprescription-condition",
      "http://example.org/fhir/StructureDefinition/kenya-eprescription-condition"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Condition example-kenya-condition-001</b></p><a name=\"example-kenya-condition-001\"> </a><a name=\"hcexample-kenya-condition-001\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profiles: <a href=\"StructureDefinition-kenya-eprescription-condition.html\">Condition - ePrescription</a>, <code>http://example.org/fhir/StructureDefinition/kenya-eprescription-condition</code></p></div><p><b>identifier</b>: <code>http://moh.health.go.ke/condition-id</code>/COND-2025-0001</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://terminology.hl7.org/CodeSystem/condition-category problem-list-item}\">Problem List Item</span></p><p><b>severity</b>: <span title=\"Codes:{http://snomed.info/sct 24484000}\">Severe</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 44054006}\">Diabetes mellitus type 2</span></p><p><b>bodySite</b>: <span title=\"Codes:{http://snomed.info/sct 181414000}\">Structure of abdomen</span></p><p><b>subject</b>: <a href=\"Patient/kenya-eprescription-patient-001\">Patient/kenya-eprescription-patient-001</a></p><p><b>encounter</b>: <a href=\"Encounter/kenya-eprescription-encounter-001\">Encounter/kenya-eprescription-encounter-001</a></p><p><b>onset</b>: 2024-10-12 09:00:00+0300</p><p><b>recordedDate</b>: 2024-10-13 11:00:00+0300</p><p><b>recorder</b>: <a href=\"Practitioner/kenya-eprescription-practitioner-001\">Practitioner/kenya-eprescription-practitioner-001</a></p><p><b>asserter</b>: <a href=\"Practitioner/kenya-eprescription-practitioner-001\">Practitioner/kenya-eprescription-practitioner-001</a></p></div>"
  },
  "identifier" : [
    {
      "system" : "http://moh.health.go.ke/condition-id",
      "value" : "COND-2025-0001"
    }
  ],
  "clinicalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
        "code" : "active",
        "display" : "Active"
      }
    ]
  },
  "verificationStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/condition-ver-status",
        "code" : "confirmed",
        "display" : "Confirmed"
      }
    ]
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/condition-category",
          "code" : "problem-list-item",
          "display" : "Problem List Item"
        }
      ]
    }
  ],
  "severity" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "24484000",
        "display" : "Severe"
      }
    ]
  },
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "44054006",
        "display" : "Diabetes mellitus type 2"
      }
    ]
  },
  "bodySite" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "181414000",
          "display" : "Structure of abdomen"
        }
      ]
    }
  ],
  "subject" : {
    "reference" : "Patient/kenya-eprescription-patient-001"
  },
  "encounter" : {
    "reference" : "Encounter/kenya-eprescription-encounter-001"
  },
  "onsetDateTime" : "2024-10-12T09:00:00+03:00",
  "recordedDate" : "2024-10-13T11:00:00+03:00",
  "recorder" : {
    "reference" : "Practitioner/kenya-eprescription-practitioner-001"
  },
  "asserter" : {
    "reference" : "Practitioner/kenya-eprescription-practitioner-001"
  }
}