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

Raw json | Download

{
  "resourceType" : "Encounter",
  "id" : "enc-12345",
  "meta" : {
    "profile" : [
      🔗 "http://example.org/StructureDefinition/kenya-eprescription-encounter",
      "http://example.org/fhir/StructureDefinition/kenya-eprescription-encounter"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter enc-12345</b></p><a name=\"enc-12345\"> </a><a name=\"hcenc-12345\"> </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-encounter.html\">Encounter - ePrescription</a>, <code>http://example.org/fhir/StructureDefinition/kenya-eprescription-encounter</code></p></div><p><b>identifier</b>: <code>http://example.org/encounters</code>/ENC-2025-0001</p><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/7.0.0/CodeSystem-v3-ActCode.html#v3-ActCode-AMB\">ActCode: AMB</a> (Ambulatory)</p><p><b>serviceType</b>: <span title=\"Codes:{http://snomed.info/sct 408443003}\">General medical service</span></p><p><b>priority</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActPriority R}\">Routine</span></p><p><b>subject</b>: <code>ExampleKenyaEPrescriptionPatient</code></p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Individual</b></td></tr><tr><td style=\"display: none\">*</td><td><code>ExampleKenyaEPrescriptionPractitioner</code></td></tr></table><p><b>period</b>: 2025-01-11 09:10:00+0300 --&gt; 2025-01-11 09:25:00+0300</p><h3>Hospitalizations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Origin</b></td><td><b>AdmitSource</b></td><td><b>ReAdmission</b></td><td><b>DischargeDisposition</b></td></tr><tr><td style=\"display: none\">*</td><td><code>ExampleKenyaEPrescriptionOrganization</code></td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/admit-source emd}\">Emergency department</span></td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0092 R}\">Re-admission</span></td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/discharge-disposition home}\">Discharged to home</span></td></tr></table><p><b>serviceProvider</b>: <code>ExampleKenyaEPrescriptionOrganization</code></p></div>"
  },
  "identifier" : [
    {
      "system" : "http://example.org/encounters",
      "value" : "ENC-2025-0001"
    }
  ],
  "status" : "finished",
  "class" : {
    "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code" : "AMB",
    "display" : "Ambulatory"
  },
  "serviceType" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "408443003",
        "display" : "General medical service"
      }
    ]
  },
  "priority" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ActPriority",
        "code" : "R",
        "display" : "Routine"
      }
    ]
  },
  "subject" : {
    "reference" : "ExampleKenyaEPrescriptionPatient"
  },
  "participant" : [
    {
      "individual" : {
        "reference" : "ExampleKenyaEPrescriptionPractitioner"
      }
    }
  ],
  "period" : {
    "start" : "2025-01-11T09:10:00+03:00",
    "end" : "2025-01-11T09:25:00+03:00"
  },
  "hospitalization" : {
    "origin" : {
      "reference" : "ExampleKenyaEPrescriptionOrganization"
    },
    "admitSource" : {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/admit-source",
          "code" : "emd",
          "display" : "Emergency department"
        }
      ]
    },
    "reAdmission" : {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v2-0092",
          "code" : "R",
          "display" : "Re-admission"
        }
      ]
    },
    "dischargeDisposition" : {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/discharge-disposition",
          "code" : "home",
          "display" : "Discharged to home"
        }
      ]
    }
  },
  "serviceProvider" : {
    "reference" : "ExampleKenyaEPrescriptionOrganization"
  }
}