FHIR IG analytics| Package | medmij.fhir.nl.r4.dentalcare |
| Resource Type | Patient |
| Id | Patient-DentalCare-Patient-Van-De-Stok.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "Patient",
"id": "DentalCare-Patient-Van-De-Stok",
"meta": {
"profile": [
"http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient"
]
},
"identifier": [
{
"system": "http://fhir.nl/fhir/NamingSystem/bsn",
"_value": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
"valueCode": "masked"
}
]
}
}
],
"name": [
{
"given": [
"Berend"
],
"_given": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
"valueCode": "BR"
}
]
}
],
"use": "official",
"text": "Berend van de Stok",
"family": "van de Stok",
"_family": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix",
"valueString": "van de"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name",
"valueString": "Stok"
}
]
}
},
{
"use": "usual",
"given": [
"Berend"
]
}
],
"telecom": [
{
"system": "phone",
"_system": {
"extension": [
{
"url": "http://nictiz.nl/fhir/StructureDefinition/ext-CodeSpecification",
"valueCodeableConcept": {
"coding": [
{
"code": "MC",
"system": "http://terminology.hl7.org/CodeSystem/v3-AddressUse",
"display": "Mobile contact"
}
]
}
}
]
},
"value": "+31687654321"
},
{
"system": "email",
"value": "berendvandestok@gmail.com",
"use": "home"
}
],
"address": [
{
"extension": [
{
"url": "http://nictiz.nl/fhir/StructureDefinition/ext-AddressInformation.AddressType",
"valueCodeableConcept": {
"coding": [
{
"code": "HP",
"system": "http://terminology.hl7.org/CodeSystem/v3-AddressUse",
"display": "primary home"
}
]
}
}
],
"line": [
"Bloemstraat 25"
],
"_line": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
"valueString": "Bloemstraat"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
"valueString": "25"
}
]
}
],
"use": "home",
"type": "both",
"city": "Bergen op Zoom",
"postalCode": "5678 BB",
"country": "Nederland",
"_country": {
"extension": [
{
"url": "http://nictiz.nl/fhir/StructureDefinition/ext-CodeSpecification",
"valueCodeableConcept": {
"coding": [
{
"code": "NL",
"system": "urn:iso:std:iso:3166",
"display": "Netherlands"
}
]
}
}
]
}
}
],
"contact": [
{
"name": {
"use": "official",
"given": [
"Piet"
],
"_given": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
"valueCode": "BR"
}
]
}
],
"text": "Piet Klaas",
"family": "Klaas",
"_family": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name",
"valueString": "Klaas"
}
]
}
},
"relationship": [
{
"coding": [
{
"code": "FTH",
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"display": "Father"
}
]
},
{
"coding": [
{
"code": "01",
"system": "urn:oid:2.16.840.1.113883.2.4.3.11.22.472",
"display": "Eerste relatie/contactpersoon"
}
]
}
]
}
],
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"gender": "male",
"_gender": {
"extension": [
{
"url": "http://nictiz.nl/fhir/StructureDefinition/ext-CodeSpecification",
"valueCodeableConcept": {
"coding": [
{
"code": "M",
"system": "http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender",
"display": "Male"
}
]
}
}
]
},
"birthDate": "1980-05-04",
"deceasedBoolean": false
}