FHIR IG analytics| Package | ch.fhir.ig.ch-epreg |
| Resource Type | RelatedPerson |
| Id | RelatedPerson-UC1-RelatedPerson-BiologicalFather.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: RelatedPerson UC1-RelatedPerson-BiologicalFather
Language: de-CH
Patient Citizenship
- code: Switzerland
patient: Anonymous Patient Female, DoB Unknown ( Patient internal identifier: A)
relationship: Natural father (person)
name: Pierre Kinderlieb
birthDate: 1987-07-21
| Language |
| German (Switzerland) |
{
"resourceType": "RelatedPerson",
"id": "UC1-RelatedPerson-BiologicalFather",
"language": "de-CH",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"extension": [
{
"url": "code",
"valueCodeableConcept": {
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "CH",
"display": "Switzerland"
}
]
}
}
],
"url": "http://hl7.org/fhir/StructureDefinition/patient-citizenship"
}
],
"patient": {
"reference": "Patient/UC1-Child"
},
"relationship": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "9947008",
"display": "Natural father (person)"
}
]
}
],
"name": [
{
"family": "Kinderlieb",
"given": [
"Pierre"
]
}
],
"birthDate": "1987-07-21",
"communication": [
{
"language": {
"coding": [
{
"system": "urn:ietf:bcp:47",
"code": "de-CH",
"display": "German (Switzerland)"
}
]
}
}
]
}