FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/legal-status

Packagehl7.fhir.ee.mpi
TypeCodeSystem
Idlegal-status
FHIR VersionR5
Sourcehttps://fhir.ee/file:///fsh/output/CodeSystem-legal-status.html
URLhttps://fhir.ee/CodeSystem/legal-status
Version1.0.0
Statusdraft
Date2023-12-12T07:24:36+00:00
NameEEMPILegalStatus
TitleLegal Status
Realmee
Authorityhl7
DescriptionThe 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.
Contentcomplete

Resources that use this resource

ValueSet
legal-statusLegal Status

Resources that this resource uses

No resources found


Narrative

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:

CodeDisplayEstonian (et)
T0 Teovõimeline
T1 Piiratud teovõimega valimisõigusetaPiiratud valimisõiguseta
T3 Piiratud teovõimega valimisõigusegaPiiratud valimisõigusega

Source

{
  "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"
        }
      ]
    }
  ]
}