FHIR IG analytics| Package | ee.fhir.mpi |
| Resource Type | RelatedPerson |
| Id | RelatedPerson-relpat11.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: RelatedPerson relpat11
Profile: EE MPI Related Person
identifier: https://fhir.ee/sid/pid/est/ni/39510212711
active: true
patient: Indrek Bambus (official) Male, DoB: 1973-02-10 ( https://fhir.ee/sid/pid/est/ni#37302102711)
relationship: Child
name: Son of Indrek
period: 1995-10-21 --> (ongoing)
{
"resourceType": "RelatedPerson",
"id": "relpat11",
"meta": {
"profile": [
"https://fhir.ee/mpi/StructureDefinition/ee-mpi-related-person"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "https://fhir.ee/sid/pid/est/ni",
"value": "39510212711"
}
],
"active": true,
"patient": {
"reference": "Patient/pat1"
},
"relationship": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "67822003",
"display": "Child"
}
]
}
],
"name": [
{
"text": "Son of Indrek"
}
],
"period": {
"start": "1995-10-21"
}
}