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