FHIR IG analytics| Package | ee.fhir.mpi |
| Resource Type | Observation |
| Id | Observation-LegalStatus.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation LegalStatus
Profile: EE MPI SocialHistory Legal Status
status: Final
category: Social history
code: Legal status
subject: Indrek Bambus (official) Male, DoB: 1973-02-10 ( https://fhir.ee/sid/pid/est/ni#37302102711)
effective: 2021-11-23 --> (ongoing)
value: Teovõimeline
{
"resourceType": "Observation",
"id": "LegalStatus",
"meta": {
"profile": [
"https://fhir.ee/mpi/StructureDefinition/ee-mpi-socialhistory-legal-status"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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": "8625004",
"display": "Legal status"
}
]
},
"subject": {
"reference": "Patient/pat1"
},
"effectivePeriod": {
"start": "2021-11-23"
},
"valueCodeableConcept": {
"coding": [
{
"system": "https://fhir.ee/CodeSystem/teovoime-staatus",
"code": "T0",
"display": "Teovõimeline"
}
]
}
}