You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
okapidemo/his/patients/jkorts.fhir.json

126 lines
3.8 KiB

{
"resourceType": "Patient",
"id": "1",
"meta": {
"profile": [
"http://fhir.nl/fhir/StructureDefinition/nl-core-patient"
]
},
"text": {
"status": "extensions"
},
"identifier": [
{
"system": "http://example-xis.org/fhir/NamingSystem/patientID",
"value": "383443830"
}
],
"name": [
{
"text": "Jesse Korts",
"family": "Korts",
"_family": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name",
"valueString": "Korts"
}
]
},
"given": [
"Jesse"
],
"_given": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
"valueCode": "BR"
}
]
}
]
}
],
"telecom": [
{
"system": "phone",
"value": "+311234567",
"use": "home"
}
],
"gender": "male",
"birthDate": "1984-01-01",
"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": [
"Beterweg 47"
],
"_line": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
"valueString": "Beterweg"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
"valueString": "47"
}
]
}
],
"city": "Amersfoort",
"postalCode": "3816CS",
"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": "H. Teil"
}
}
],
"reference": "Practitioner/gpdata-practitioner-01",
"display": "H. Teil"
}
]
}