FHIR IG analytics| Package | medcom.fhir.dk.carecommunicationtestscripts |
| Resource Type | Patient |
| Id | Patient-83949bef-2b75-429c-ada7-ca3998fb046a.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient 83949bef-2b75-429c-ada7-ca3998fb046a
Profile: MedComCorePatient
Bruno Test Elmer (official) Male, DoB Unknown ( urn:oid:1.2.208.176.1.2#DK Central Person Registry (CPR)#2509479989)
| Marital Status: | Registreret partnerskab | ||
| Contact Detail |
| ||
{
"resourceType": "Patient",
"id": "83949bef-2b75-429c-ada7-ca3998fb046a",
"meta": {
"profile": [
"http://medcomfhir.dk/ig/core/StructureDefinition/medcom-core-patient"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "urn:oid:1.2.208.176.1.2",
"value": "2509479989"
}
],
"name": [
{
"use": "official",
"family": "Elmer",
"given": [
"Bruno",
"Test"
]
}
],
"telecom": [
{
"system": "phone",
"value": "47899878",
"use": "mobile"
},
{
"system": "email",
"value": "hej@med.dig",
"use": "work"
}
],
"gender": "male",
"address": [
{
"line": [
"Testpark Allé 48"
],
"city": "Hillerød",
"postalCode": "3400"
}
],
"maritalStatus": {
"coding": [
{
"system": "http://hl7.dk/fhir/core/CodeSystem/dk-marital-status",
"code": "P"
}
]
}
}