FHIR IG analytics| Package | kl.dk.fhir.gateway |
| Resource Type | Encounter |
| Id | Encounter-NaesteOpfoelgning.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Encounter NaesteOpfoelgning
status: Planned
class: ActCode HH: home health
type: opfølgning
period: 2020-08-14 --> (ongoing)
reasonReference: Condition Vaske sig
{
"resourceType": "Encounter",
"id": "NaesteOpfoelgning",
"meta": {
"profile": [
"http://fhir.kl.dk/gateway/StructureDefinition/klgateway-care-general-encounter"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "planned",
"class": {
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "HH"
},
"type": [
{
"coding": [
{
"system": "http://fhir.kl.dk/term/CodeSystem/CareSocialCodes",
"code": "9f03dfbb-7a97-45a5-94db-d4c3501714a9",
"display": "opfølgning"
}
]
}
],
"subject": {
"reference": "Patient/TestPerson"
},
"period": {
"start": "2020-08-14"
},
"reasonReference": [
{
"reference": "Condition/VaskeSigLetteBegraensningerNy"
}
]
}