| Package | hl7.fhir.ee.mpi |
| Resource Type | CodeSystem |
| Id | legal-status |
| FHIR Version | R5 |
| Source | https://fhir.ee/file:///fsh/output/CodeSystem-legal-status.html |
| URL | https://fhir.ee/CodeSystem/legal-status |
| Version | 1.0.0 |
| Status | draft |
| Date | 2023-12-12T07:24:36+00:00 |
| Name | EEMPILegalStatus |
| Title | Legal Status |
| Realm | ee |
| Authority | hl7 |
| Description | The legal status that applies to the patient. The legal status indicates the basis on which the patient is staying in a healthcare organization. This can be either voluntary or involuntary, however the legal status is always determined by a judge. A patient can also receive healthcare based on a forensic status. |
| Content | complete |
| ValueSet | |
| legal-status | Legal Status |
No resources found
Note: links and images are rebased to the (stated) source
This case-insensitive code system https://fhir.ee/CodeSystem/legal-status defines the following codes:
| Code | Display | Estonian (et) |
| T0 | Teovõimeline | |
| T1 | Piiratud teovõimega valimisõiguseta | Piiratud valimisõiguseta |
| T3 | Piiratud teovõimega valimisõigusega | Piiratud valimisõigusega |
{
"resourceType": "CodeSystem",
"id": "legal-status",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "https://fhir.ee/CodeSystem/legal-status",
"version": "1.0.0",
"name": "EEMPILegalStatus",
"title": "Legal Status",
"status": "draft",
"experimental": false,
"date": "2023-12-12T07:24:36+00:00",
"publisher": "TEHIK",
"contact": [
{
"name": "TEHIK",
"telecom": [
{
"system": "url",
"value": "https://tehik.ee"
}
]
}
],
"description": "The legal status that applies to the patient. The legal status indicates the basis on which the patient is staying in a healthcare organization. This can be either voluntary or involuntary, however the legal status is always determined by a judge. A patient can also receive healthcare based on a forensic status.",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "EE",
"display": "Estonia"
}
]
}
],
"caseSensitive": false,
"content": "complete",
"count": 3,
"concept": [
{
"code": "T0",
"display": "Teovõimeline"
},
{
"code": "T1",
"display": "Piiratud teovõimega valimisõiguseta",
"designation": [
{
"language": "et",
"value": "Piiratud valimisõiguseta"
}
]
},
{
"code": "T3",
"display": "Piiratud teovõimega valimisõigusega",
"designation": [
{
"language": "et",
"value": "Piiratud valimisõigusega"
}
]
}
]
}