FHIR IG analytics| Package | hl7.fhir.be.public-health |
| Resource Type | Encounter |
| Id | Encounter-BK-3-invitation-participation-negative-example-encounter.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Encounter
ResourceEncounter "BK-3-invitation-participation-negative-example-encounter"
Profile: Population Screening Encounter
status: finished
class: ambulatory (Details: ActCode code AMB = ' ambulatory ', stated as ' null ')
subject: Patient/JaneDoe " DOE"
period: 2021-07-17 00:00:00+0200 --> 2021-07-17 23:59:00+0200
| Location |
|
Generated Narrative: Location #1
name: AZ Jan Palfijn Gent
address: HENRI DUNANTLAAN 5, 9000 GENT
{
"resourceType": "Encounter",
"id": "BK-3-invitation-participation-negative-example-encounter",
"meta": {
"profile": [
"https://www.ehealth.fgov.be/standards/fhir/public-health/StructureDefinition/be-populationscreening-encounter"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"contained": [
{
"resourceType": "Location",
"id": "1",
"name": "AZ Jan Palfijn Gent",
"address": {
"text": "HENRI DUNANTLAAN 5, 9000 GENT",
"line": [
"HENRI DUNANTLAAN 5, 9000 GENT"
]
}
}
],
"status": "finished",
"class": {
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "AMB"
},
"subject": {
"reference": "Patient/JaneDoe"
},
"period": {
"start": "2021-07-17T00:00:00+02:00",
"end": "2021-07-17T23:59:00+02:00"
},
"location": [
{
"location": {
"reference": "#1"
}
}
]
}