FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageeng.fhir.profile.dev
Resource TypeEpisodeOfCare
IdPOD.e1fe070c-ceb9-4076-b2f1-ede5425ae072.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "EpisodeOfCare",
  "id": "POD.e1fe070c-ceb9-4076-b2f1-ede5425ae072",
  "meta": {
    "profile": [
      "https://pnt.gov/fhir/StructureDefinition/EpisodeOfCare"
    ]
  },
  "extension": [
    {
      "url": "https://pnt.gov/fhir/StructureDefinition/extension-resource-enrolledIn",
      "valueCanonical": "https://pnt.gov/fhir/PlanDefinition/Plan_ScompensoPDTA"
    }
  ],
  "identifier": [
    {
      "use": "official",
      "system": "https://pnt.gov/identifiers/EpisodeOfCare",
      "value": "PNT_EpisodeOfCare_12345678"
    }
  ],
  "status": "active",
  "patient": {
    "reference": "Patient/POD.fa462fc8-7658-4098-ae95-56e4e4c73350"
  },
  "period": {
    "start": "2023-07-01"
  }
}