FHIR IG analytics| Package | niceprofiling.v23q1 |
| Resource Type | Encounter |
| Id | NICE-Encounter-Example-01.json |
| FHIR Version | R3 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
| Hospital admission datetime | 2022-01-04 08:00:00 |
|---|---|
| Hospital discharge datetime | 2022-01-12 10:43:00 |
| Patient | P. Petersen |
| Hospital (number, converted at NICE) | Amsterdam UMC - Locatie VUmc |
{
"resourceType": "Encounter",
"id": "NICE-Encounter-Example-01",
"meta": {
"profile": [
"https://fhir.stichting-nice.nl/STU3/StructureDefinition/NICE-Encounter-2022Q1"
]
},
"text": {
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "https://fhir.stichting-nice.nl/STU3/StructureDefinition/NICE-Verified-2022Q1",
"valueCodeableConcept": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0532",
"code": "Y",
"display": "Yes"
}
]
}
}
],
"status": "finished",
"class": {
"extension": [
{
"url": "https://simplifier.net/nictizstu3-zib2017/code-specification",
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/v3/ActCode",
"code": "IMP",
"display": "Inpatient"
}
]
}
}
]
},
"subject": {
"reference": "Patient/NICE-Patient-01",
"display": "P. Petersen"
},
"period": {
"start": "2022-01-04T08:00:00+02:00",
"end": "2022-01-12T10:43:00+02:00"
},
"serviceProvider": {
"reference": "Organization/nl-core-organization-01",
"display": "Amsterdam UMC - Locatie VUmc"
}
}