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

FHIR IG Statistics: ValueSet/ValueSet-patient-location-types

Packagehl7.fhir.us.birthdefectreporting
Resource TypeValueSet
IdValueSet-patient-location-types
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/birthdefectreporting/https://build.fhir.org/ig/HL7/fhir-birthdefectsreporting-ig/ValueSet-ValueSet-patient-location-types.html
URLhttp://hl7.org/fhir/us/birthdefectreporting/ValueSet/ValueSet-patient-location-types
Version0.1.2
Statusdraft
Date2025-06-12T00:36:53+00:00
NamePatientLocationTypeVS
TitlePatient Location Types
Realmus
Authorityhl7
DescriptionValueset for location types used to differentate inpatient vs outpatient

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
CodeSystem-local-bdr-codesLocal BDR Codes

Narrative

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

Generated Narrative: ValueSet ValueSet-patient-location-types


Source

{
  "resourceType": "ValueSet",
  "id": "ValueSet-patient-location-types",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "pher"
    }
  ],
  "url": "http://hl7.org/fhir/us/birthdefectreporting/ValueSet/ValueSet-patient-location-types",
  "version": "0.1.2",
  "name": "PatientLocationTypeVS",
  "title": "Patient Location Types",
  "status": "draft",
  "experimental": false,
  "date": "2025-06-12T00:36:53+00:00",
  "publisher": "HL7 International / Public Health",
  "contact": [
    {
      "name": "HL7 International / Public Health",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/pher"
        }
      ]
    },
    {
      "name": "Thanh Cheng",
      "telecom": [
        {
          "system": "email",
          "value": "thanh.cheng@altarum.org",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Valueset for location types used to differentate inpatient vs outpatient",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US",
          "display": "United States of America"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/us/birthdefectreporting/CodeSystem/CodeSystem-local-bdr-codes",
        "concept": [
          {
            "code": "loc_inpatient",
            "display": "InPatient"
          },
          {
            "code": "loc_outpatient",
            "display": "Outpatient"
          }
        ]
      }
    ]
  }
}