FHIR IG analytics| Package | kl.dk.fhir.gateway |
| Resource Type | CarePlan |
| Id | CarePlan-Dialyse.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CarePlan Dialyse
status: Active
intent: Plan
period: 2020-08-14 --> (ongoing)
activity
Details
Code Status Dialyse In Progress
{
"resourceType": "CarePlan",
"id": "Dialyse",
"meta": {
"profile": [
"http://fhir.kl.dk/gateway/StructureDefinition/klgateway-care-planned-intervention"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"intent": "plan",
"subject": {
"reference": "Patient/TestPerson"
},
"period": {
"start": "2020-08-14"
},
"activity": [
{
"detail": {
"code": {
"coding": [
{
"system": "urn:oid:1.2.208.176.2.21",
"code": "G1.10"
}
]
},
"status": "in-progress"
}
}
]
}