FHIR IG analytics| Package | nictiz.fhir.nl.stu3.zib2017 |
| Resource Type | Encounter |
| Id | zib-Encounter-02.json |
| FHIR Version | R3 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
| ContactType | StartDateTime | ProblemName | HealthProfessional | OrganizationType | OrganizationName |
|---|---|---|---|---|---|
| emergency | 16-08-2012 | Broken leg | H. de Vries | Hospital | Universitair Medisch Centrum Groningen |
{
"resourceType": "Encounter",
"id": "zib-encounter-02",
"meta": {
"profile": [
"http://nictiz.nl/fhir/StructureDefinition/zib-Encounter"
]
},
"text": {
"status": "additional",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "urn:oid:2.16.840.1.113883.2.4.3.11.999.7.6",
"value": "19b950e9-8fdf-11ec-1034-020000000000"
}
],
"status": "finished",
"class": {
"system": "http://hl7.org/fhir/v3/ActCode",
"code": "EMER",
"display": "emergency"
},
"subject": {
"reference": "Patient/nl-core-patient-03",
"display": "I. XXX_Helleman-de Haas"
},
"participant": [
{
"individual": {
"extension": [
{
"url": "http://nictiz.nl/fhir/StructureDefinition/practitionerrole-reference",
"valueReference": {
"reference": "PractitionerRole/nl-core-practitionerrole-05",
"display": "Huisartsen, niet nader gespecificeerd"
}
}
],
"reference": "Practitioner/nl-core-practitioner-01",
"display": "Henk de Vries"
}
}
],
"period": {
"start": "2012-08-16"
},
"diagnosis": [
{
"condition": {
"reference": "Condition/zib-problem-05",
"display": "Broken leg"
}
}
],
"serviceProvider": {
"reference": "Organization/nl-core-organization-02",
"display": "Universitair Medisch Centrum Groningen"
}
}