FHIR IG analytics| Package | hl7.fhir.dk.core |
| Resource Type | Patient |
| Id | Patient-Rasmus.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient Rasmus
Profile: Danish Core Patient Profile
Rasmus Test Lauridsen (official) Male, DoB: 1990-04-05 ( urn:oid:1.2.208.176.1.2#0504909989)
| Multiple Birth: | true | ||
| Contact Detail | Testgrusgraven 3, 2.th 3400 | ||
| Links: | |||
{
"resourceType": "Patient",
"id": "Rasmus",
"meta": {
"profile": [
"http://hl7.dk/fhir/core/StructureDefinition/dk-core-patient"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "urn:oid:1.2.208.176.1.2",
"value": "0504909989"
}
],
"name": [
{
"use": "official",
"family": "Lauridsen",
"given": [
"Rasmus",
"Test"
]
}
],
"gender": "male",
"birthDate": "1990-04-05",
"address": [
{
"extension": [
{
"url": "http://hl7.dk/fhir/core/StructureDefinition/dk-core-municipalityCodes",
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.dk/fhir/core/CodeSystem/dk-core-municipality-codes",
"code": "0219"
}
]
}
},
{
"url": "http://hl7.dk/fhir/core/StructureDefinition/dk-core-RegionalSubDivisionCodes",
"valueCodeableConcept": {
"coding": [
{
"system": "urn:iso:std:iso:3166:-2",
"code": "DK-84"
}
]
}
}
],
"line": [
"Testgrusgraven 3, 2.th"
],
"postalCode": "3400"
}
],
"multipleBirthBoolean": true,
"link": [
{
"other": {
"reference": "Patient/Magnus"
},
"type": "seealso"
}
]
}