FHIR IG analytics| Package | eng.fhir.profile.dev |
| Resource Type | CarePlan |
| Id | CarePlan.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"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"
}
}
]
}