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

FHIR IG analytics

Packageeng.fhir.profile.dev
Resource TypeCarePlan
IdCarePlan.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": "HC40-CPOETHERAPY.careplan",
  "meta": {
    "profile": [
      "https://eng.it/fhir/StructureDefinition/CarePlan_Eng"
    ]
  },
  "identifier": [
    {
      "system": "http://hc40-cpoetherapy.eng.it/identifier",
      "value": "1234567"
    }
  ],
  "status": "draft",
  "intent": "proposal",
  "category": [
    {
      "coding": [
        {
          "system": "http://cct.eng.it/fhir/CodeSystem/careplan-category",
          "code": "2742",
          "display": "FOLFOX 4 + BEVACIZUmab (ogni 14 giorni)"
        }
      ]
    }
  ],
  "title": "Titolo piano di cura",
  "description": "Descrizione piano di cura",
  "subject": {
    "reference": "Patient/id"
  },
  "encounter": {
    "reference": "Encounter/id"
  },
  "period": {
    "start": "2021-02-18T17:42:46+01:00",
    "end": "2021-02-28T17:42:59+01:00"
  },
  "created": "2021-02-17",
  "author": {
    "reference": "Practitioner/id"
  },
  "addresses": [
    {
      "reference": "Condition/id"
    }
  ],
  "activity": [
    {
      "reference": {
        "reference": "MedicationRequest/id"
      }
    }
  ]
}