FHIR IG analytics| Package | kl.dk.fhir.gateway |
| Resource Type | Encounter |
| Id | Encounter-LeveringAfDialyse.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Encounter LeveringAfDialyse
basedOnInterventionExtension: CarePlan: status = active; intent = plan; period = 2020-08-14 --> (ongoing)
status: Finished
class: ActCode HH: home health
type: udførelse af planlagt indsats
period: 2020-08-16 --> (ongoing)
{
"resourceType": "Encounter",
"id": "LeveringAfDialyse",
"meta": {
"profile": [
"http://fhir.kl.dk/gateway/StructureDefinition/klgateway-care-general-encounter"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://fhir.kl.dk/gateway/StructureDefinition/BasedOnInterventionExtension",
"valueReference": {
"reference": "CarePlan/Dialyse"
}
}
],
"status": "finished",
"class": {
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "HH"
},
"type": [
{
"coding": [
{
"system": "http://fhir.kl.dk/term/CodeSystem/CareSocialCodes",
"code": "784275f1-6822-4a88-b361-d958007d5253",
"display": "udførelse af planlagt indsats"
}
]
}
],
"subject": {
"reference": "Patient/TestPerson"
},
"period": {
"start": "2020-08-16"
}
}