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

FHIR IG analytics

Packageeng.fhir.profile.dev
Resource TypeCarePlan
IdPOD.c370bd5f-e98b-499e-acfc-15f67ad59806.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": "CarePlan",
  "id": "POD.c370bd5f-e98b-499e-acfc-15f67ad59806",
  "meta": {
    "profile": [
      "https://pnt.gov/fhir/StructureDefinition/CarePlan"
    ]
  },
  "status": "active",
  "intent": "plan",
  "instantiatesCanonical": "https://pnt.gov/fhir/PlanDefinition/NYHA_I_II",
  "title": "Piano per il trattamento del paziente scompensato in classe funzionale NYHA I-II",
  "extension": [
    {
      "url": "https://pnt.gov/fhir/StructureDefinition/extension-resource-planForCase",
      "valueReference": {
        "reference": "EpisodeOfCare/POD.47637ec9-34f8-4c3e-9b79-f7fc6957b134"
      }
    }
  ],
  "subject": {
    "reference": "Patient/POD.fa462fc8-7658-4098-ae95-56e4e4c73350"
  },
  "identifier": [
    {
      "system": "https://pnt.gov/identifiers/CarePlan",
      "use": "official",
      "value": "PNT_CarePlan_12345678"
    }
  ],
  "period": {
    "start": "2023-07-01"
  },
  "activity": [
    {
      "reference": {
        "reference": "Task/POD.49db3cc7-9f9a-4288-bd1d-5cb5491a5ba9"
      }
    }
  ]
}