FHIR IG analytics| Package | ch.fhir.ig.ch-core |
| Resource Type | RelatedPerson |
| Id | 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 BiologicalFather
Language: de-CH
Profile: CH Core RelatedPerson
Patient Citizenship
- code: Switzerland
patient: Ungeborenes Kind
relationship: Natural father (person)
name: Pierre Kinderlieb
birthDate: 1987-07-21
| Language |
| German (Switzerland) |
{
"resourceType": "RelatedPerson",
"id": "BiologicalFather",
"meta": {
"profile": [
"http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-relatedperson"
]
},
"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": {
"display": "Ungeborenes Kind"
},
"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)"
}
]
}
}
]
}