FHIR IG analytics| Package | ee.fhir.ahd |
| Resource Type | RelatedPerson |
| Id | RelatedPerson-ahd-witness-example.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: RelatedPerson ahd-witness-example
Profile: Tunnistaja
identifier: https://fhir.ee/sid/pid/est/ni/48901010011
active: true
relationship: contact, Social worker
name: Jaan Tamm (Official)
period: 2026-04-01 --> (ongoing)
{
"resourceType": "RelatedPerson",
"id": "ahd-witness-example",
"meta": {
"profile": [
"https://fhir.ee/ahd/StructureDefinition/ahd-witness"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "https://fhir.ee/sid/pid/est/ni",
"value": "48901010011"
}
],
"active": true,
"patient": {
"reference": "Patient/200"
},
"relationship": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleClass",
"code": "CON",
"display": "contact"
}
]
},
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "106328005",
"display": "Social worker"
}
]
}
],
"name": [
{
"use": "official",
"family": "Tamm",
"given": [
"Jaan"
]
}
],
"period": {
"start": "2026-04-01"
}
}