FHIR IG analytics| Package | ee.fhir.mpi |
| Resource Type | Observation |
| Id | Observation-LegalGuardianStatus.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation LegalGuardianStatus
status: Final
category: Social history
code: Legal guardian status
subject: Indrek Bambus (official) Male, DoB: 1973-02-10 ( https://fhir.ee/sid/pid/est/ni#37302102711)
effective: 2021-11-23 --> (ongoing)
performer:
value: Legal guardian
Generated Narrative: RelatedPerson #eeskostja
identifier:
https://fhir.ee/sid/pid/est/ni/48501212711patient: Indrek Bambus (official) Male, DoB: 1973-02-10 ( https://fhir.ee/sid/pid/est/ni#37302102711)
name: Eeskostja eesnimi Eeskostja perekonnanimi
Generated Narrative: Organization #kov
identifier:
https://fhir.ee/sid/org/est/br/75018816active: true
name: Anija Vallavalitsus
{
"resourceType": "Observation",
"id": "LegalGuardianStatus",
"meta": {
"profile": [
"https://fhir.ee/mpi/StructureDefinition/ee-mpi-socialhistory-legal-guardian-status"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"contained": [
{
"resourceType": "RelatedPerson",
"id": "eeskostja",
"identifier": [
{
"system": "https://fhir.ee/sid/pid/est/ni",
"value": "48501212711"
}
],
"patient": {
"reference": "Patient/pat1"
},
"name": [
{
"family": "Eeskostja perekonnanimi",
"given": [
"Eeskostja eesnimi"
]
}
]
},
{
"resourceType": "Organization",
"id": "kov",
"identifier": [
{
"system": "https://fhir.ee/sid/org/est/br",
"value": "75018816"
}
],
"active": true,
"name": "Anija Vallavalitsus"
}
],
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "social-history",
"display": "Social history"
}
]
}
],
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "1193838006",
"display": "Legal guardian status"
}
]
},
"subject": {
"reference": "Patient/pat1"
},
"effectivePeriod": {
"start": "2021-11-23"
},
"performer": [
{
"reference": "#kov"
},
{
"reference": "#eeskostja"
}
],
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "58626002",
"display": "Legal guardian"
}
]
}
}