FHIR IG analytics| Package | nictiz.fhir.nl.stu3.zib2017 |
| Resource Type | Encounter |
| Id | gpdata-encounter-contact04.json |
| FHIR Version | R3 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
| ContactType | StartDateTime | ProblemName | HealthProfessional | OrganizationName |
|---|---|---|---|---|
| ambulatory | 2020-03-15 | Dr. V. Huisarts 1 | Aesculaap |
{
"resourceType": "Encounter",
"id": "gpdata-encounter-contact04",
"meta": {
"profile": [
"http://nictiz.nl/fhir/StructureDefinition/gp-Encounter"
]
},
"text": {
"status": "additional",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "urn:oid:2.16.528.1.1007.3.3.3333",
"value": "Contact04"
},
{
"system": "urn:oid:2.16.840.1.113883.2.4.3.11.999.7.6",
"value": "15528d4f-8fdf-11ec-5551-020000000000"
}
],
"status": "finished",
"class": {
"system": "http://hl7.org/fhir/v3/ActCode",
"code": "AMB",
"display": "ambulatory"
},
"type": [
{
"coding": [
{
"system": "https://referentiemodel.nhg.org/tabellen/nhg-tabel-14-contactwijze",
"code": "03",
"display": "consult"
}
]
}
],
"subject": {
"reference": "Patient/gpdata-patient-01",
"display": "Jacqueline XXX_Cevat"
},
"episodeOfCare": [
{
"reference": "EpisodeOfCare/gpdata-episodeofcare-icpc-l8601",
"display": "HNP (thoracaal/lumbaal)"
}
],
"participant": [
{
"individual": {
"extension": [
{
"url": "http://nictiz.nl/fhir/StructureDefinition/practitionerrole-reference",
"valueReference": {
"reference": "PractitionerRole/gpdata-practitionerrole-01",
"display": "Dr. V. Huisarts 1"
}
}
],
"reference": "Practitioner/gpdata-practitioner-01",
"display": "Dr. V. Huisarts 1"
}
}
],
"period": {
"start": "2020-03-15",
"end": "2020-03-15"
},
"serviceProvider": {
"reference": "Organization/gpdata-organization-01",
"display": "Aesculaap"
}
}