FHIR IG analytics| Package | nictiz.fhir.nl.stu3.zib2017 |
| Resource Type | Encounter |
| Id | zib-Encounter-01.json |
| FHIR Version | R3 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
| Type contact | inpatient encounter |
|---|---|
| Periode | 16 augustus 2012 - 19 augustus 2012 |
| Probleem |
|
| Participant | G.Z.M. de Wit Zorgverlenerrol: Medisch specialisten, dermatologie |
| Zorgaanbieder | UMCG - Afdeling Orthopedie |
{
"resourceType": "Encounter",
"id": "zib-encounter-01",
"meta": {
"profile": [
"http://nictiz.nl/fhir/StructureDefinition/zib-Encounter"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "urn:oid:2.16.840.1.113883.2.4.3.11.999.7.6",
"value": "19adad57-8fdf-11ec-1860-020000000000"
}
],
"status": "finished",
"class": {
"system": "http://hl7.org/fhir/v3/ActCode",
"code": "IMP",
"display": "inpatient encounter"
},
"subject": {
"reference": "Patient/nl-core-patient-01",
"display": "Johan XXX_Helleman"
},
"participant": [
{
"individual": {
"extension": [
{
"url": "http://nictiz.nl/fhir/StructureDefinition/practitionerrole-reference",
"valueReference": {
"reference": "PractitionerRole/nl-core-practitionerrole-03",
"display": "Medisch specialisten, dermatologie"
}
}
],
"reference": "Practitioner/nl-core-practitioner-03",
"display": "G.Z.M. de Wit"
}
}
],
"period": {
"start": "2012-08-16",
"end": "2012-08-19"
},
"diagnosis": [
{
"condition": {
"reference": "Condition/zib-problem-05",
"display": "Fracture of lower limb (disorder)"
}
},
{
"condition": {
"reference": "Procedure/zib-procedure-02",
"display": "Surgical reduction of fracture (procedure)"
}
}
],
"serviceProvider": {
"reference": "Organization/nl-core-organization-02",
"display": "UMCG - Afdeling Orthopedie"
}
}