Antenatal Care IG for PWS KIA
0.1.0 - ci-build

Antenatal Care IG for PWS KIA - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Antenatal Care Episode (Example) - JSON Representation

Raw json | Download

{
  "resourceType" : "EpisodeOfCare",
  "id" : "ANCEpisodeOfCareExample",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.pwskia.id/r4/StructureDefinition/EpisodeOfCare"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: EpisodeOfCare ANCEpisodeOfCareExample</b></p><a name=\"ANCEpisodeOfCareExample\"> </a><a name=\"hcANCEpisodeOfCareExample\"> </a><a name=\"ANCEpisodeOfCareExample-en-US\"> </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\">Profile: <a href=\"StructureDefinition-ANCEpisodeOfCare.html\">Antenatal Care Episode of Care</a></p></div><p><b>identifier</b>: <code>http://sys-ids.kemkes.go.id/episode-of-care/{{Org_id}}</code>/{{Org_id}}</p><p><b>status</b>: Active</p><h3>StatusHistories</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Status</b></td><td><b>Period</b></td></tr><tr><td style=\"display: none\">*</td><td>Active</td><td>2023-08-31 00:00:00+0000 --&gt; (ongoing)</td></tr></table><p><b>type</b>: <span title=\"Codes:{http://terminology.kemkes.go.id/CodeSystem/episodeofcare-type ANC}\">Antenatal Care</span></p><p><b>patient</b>: <a href=\"https://simplifier.net/resolve?scope=hl7.fhir.r4.id.core@0.1.0&amp;canonical=http://fhir.org/packages/hl7.fhir.r4.id.core/Patient/100000030006\">Aisyah</a></p><p><b>managingOrganization</b>: <a href=\"https://simplifier.net/resolve?scope=hl7.fhir.r4.id.core@0.1.0&amp;canonical=http://fhir.org/packages/hl7.fhir.r4.id.core/Organization/{{Org_id}}\">Organization/{{Org_id}}</a></p><p><b>period</b>: 2023-08-31 00:00:00+0000 --&gt; (ongoing)</p></div>"
  },
  "identifier" : [
    {
      "system" : "http://sys-ids.kemkes.go.id/episode-of-care/{{Org_id}}",
      "value" : "{{Org_id}}"
    }
  ],
  "status" : "active",
  "statusHistory" : [
    {
      "status" : "active",
      "period" : {
        "start" : "2023-08-31T00:00:00+00:00"
      }
    }
  ],
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.kemkes.go.id/CodeSystem/episodeofcare-type",
          "code" : "ANC",
          "display" : "Antenatal Care"
        }
      ]
    }
  ],
  "patient" : {
    "reference" : "Patient/100000030006",
    "display" : "Aisyah"
  },
  "managingOrganization" : {
    "reference" : "Organization/{{Org_id}}"
  },
  "period" : {
    "start" : "2023-08-31T00:00:00+00:00"
  }
}