FHIR IG analytics| Package | nictiz.fhir.nl.stu3.zib2017 |
| Resource Type | Patient |
| Id | gpdata-patient-01.json |
| FHIR Version | R3 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "Patient",
"id": "gpdata-patient-01",
"meta": {
"profile": [
"http://fhir.nl/fhir/StructureDefinition/nl-core-patient"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example-xis.org/fhir/NamingSystem/patientID",
"value": "999911132"
},
{
"system": "urn:oid:2.16.840.1.113883.2.4.3.11.999.7.6",
"value": "15a0e977-8fdf-11ec-9622-020000000000"
}
],
"name": [
{
"text": "Jacquelinge XXX_Cevat",
"family": "XXX_Cevat",
"_family": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name",
"valueString": "XXX_Cevat"
}
]
},
"given": [
"Jacqueline"
],
"_given": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
"valueCode": "BR"
}
]
}
]
}
],
"telecom": [
{
"system": "phone",
"value": "+31190531770",
"use": "home"
},
{
"system": "email",
"value": "j_cevat950@HUISARTS.nl",
"use": "home"
}
],
"gender": "female",
"birthDate": "1964-07-25",
"address": [
{
"extension": [
{
"url": "http://nictiz.nl/fhir/StructureDefinition/zib-AddressInformation-AddressType",
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/v3/AddressUse",
"code": "PHYS",
"display": "Visit Address"
}
]
}
}
],
"use": "home",
"type": "physical",
"line": [
"Knolweg 1001"
],
"_line": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
"valueString": "Knolweg"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
"valueString": "1001"
}
]
}
],
"city": "Stitswerd",
"postalCode": "9999XX",
"country": "NLD",
"_country": {
"extension": [
{
"url": "http://nictiz.nl/fhir/StructureDefinition/code-specification",
"valueCodeableConcept": {
"coding": [
{
"system": "urn:oid:2.16.840.1.113883.2.4.4.16.34",
"code": "6030",
"display": "Nederland"
}
]
}
}
]
}
}
],
"multipleBirthBoolean": false,
"generalPractitioner": [
{
"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"
}
]
}