FHIR IG analytics| Package | hl7.fhir.dk.core |
| Resource Type | RelatedPerson |
| Id | RelatedPerson-EinerRelatedToElse.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: RelatedPerson EinerRelatedToElse
Profile: Danish Core Related Person Profile
identifier: urn:oid:1.2.208.176.1.2/0201609995
patient: Else Test Lauridsen (official) Female, DoB: 1991-01-02 ( urn:oid:1.2.208.176.1.2#0201919990)
relationship: father
name: Einer Test Lauridsen (Official)
gender: Male
birthDate: 1960-01-02
{
"resourceType": "RelatedPerson",
"id": "EinerRelatedToElse",
"meta": {
"profile": [
"http://hl7.dk/fhir/core/StructureDefinition/dk-core-related-person"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "urn:oid:1.2.208.176.1.2",
"value": "0201609995"
}
],
"patient": {
"reference": "Patient/ElseLauridsen"
},
"relationship": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "FTH"
}
]
}
],
"name": [
{
"use": "official",
"family": "Lauridsen",
"given": [
"Einer",
"Test"
]
}
],
"gender": "male",
"birthDate": "1960-01-02"
}