FHIR IG analytics| Package | medmij.dental.care.r4 |
| Resource Type | Patient |
| Id | anita-jansen-nl-core-patient.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "Patient",
"id": "xxx-jansen",
"meta": {
"profile": [
"http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://fhir.nl/fhir/NamingSystem/bsn",
"value": "999998298"
}
],
"name": [
{
"use": "official",
"text": "Anita Jansen",
"family": "Jansen",
"_family": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name",
"valueString": "Jansen"
}
]
},
"given": [
"Anita"
],
"_given": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
"valueCode": "CL"
}
]
}
]
},
{
"use": "usual",
"given": [
"Anita"
]
}
],
"telecom": [
{
"system": "phone",
"_system": {
"extension": [
{
"url": "http://nictiz.nl/fhir/StructureDefinition/ext-CodeSpecification",
"valueCodeableConcept": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-AddressUse",
"code": "MC",
"display": "Mobiel telefoonnummer"
}
]
}
}
]
},
"value": "+31612345678"
},
{
"system": "email",
"value": "anitajansen@icloud.com",
"use": "home"
}
],
"gender": "female",
"_gender": {
"extension": [
{
"url": "http://nictiz.nl/fhir/StructureDefinition/ext-CodeSpecification",
"valueCodeableConcept": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender",
"code": "F",
"display": "Female"
}
]
}
}
]
},
"birthDate": "2010-03-15",
"deceasedBoolean": false,
"address": [
{
"extension": [
{
"url": "http://nictiz.nl/fhir/StructureDefinition/ext-AddressInformation.AddressType",
"valueCodeableConcept": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-AddressUse",
"code": "HP",
"display": "Officieel adres"
}
]
}
}
],
"use": "home",
"type": "both",
"line": [
"Achillesstraat 12"
],
"_line": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
"valueString": "Achillesstraat"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
"valueString": "12"
}
]
}
],
"city": "Amsterdam",
"postalCode": "1234AA",
"country": "Nederland",
"_country": {
"extension": [
{
"url": "http://nictiz.nl/fhir/StructureDefinition/ext-CodeSpecification",
"valueCodeableConcept": {
"coding": [
{
"system": "urn:iso:std:iso:3166",
"version": "2020-10-26T00:00:00",
"code": "NL",
"display": "Nederland"
}
]
}
}
]
}
}
]
}