FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.eu.extensions.r5
Resource TypeValueSet
IdValueSet-example-legal-status-vs.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet example-legal-status-vs


Source1

{
  "resourceType": "ValueSet",
  "id": "example-legal-status-vs",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 2
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use"
    }
  ],
  "url": "http://hl7.eu/fhir/extensions/ValueSet/example-legal-status-vs",
  "version": "1.2.0",
  "name": "ExampleLegalStatusVS",
  "title": "Example of Legal Status at admission Value Set",
  "status": "active",
  "experimental": false,
  "date": "2025-12-19T11:52:02+01:00",
  "publisher": "HL7 Europe",
  "contact": [
    {
      "name": "HL7 Europe",
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.eu"
        }
      ]
    }
  ],
  "description": "This is an example value set representing the Legal status / Situation at admission.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "150",
          "display": "Europe"
        }
      ]
    }
  ],
  "copyright": "This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement",
  "compose": {
    "include": [
      {
        "system": "http://snomed.info/sct",
        "concept": [
          {
            "code": "135848002",
            "display": "Voluntary admission"
          },
          {
            "code": "135847007",
            "display": "Involuntary admission"
          },
          {
            "code": "52748007",
            "display": "Involuntary hospital admission"
          },
          {
            "code": "70755000",
            "display": "Hospital admission, by legal authority (commitment)"
          }
        ]
      }
    ]
  }
}