Package | hl7.fhir.us.birthdefectreporting |
Resource Type | ValueSet |
Id | ValueSet-patient-location-types |
FHIR Version | R4 |
Source | http://hl7.org/fhir/us/birthdefectreporting/https://build.fhir.org/ig/HL7/fhir-birthdefectsreporting-ig/ValueSet-ValueSet-patient-location-types.html |
URL | http://hl7.org/fhir/us/birthdefectreporting/ValueSet/ValueSet-patient-location-types |
Version | 0.1.2 |
Status | draft |
Date | 2025-06-12T00:36:53+00:00 |
Name | PatientLocationTypeVS |
Title | Patient Location Types |
Realm | us |
Authority | hl7 |
Description | Valueset for location types used to differentate inpatient vs outpatient |
No resources found
CodeSystem | |
CodeSystem-local-bdr-codes | Local BDR Codes |
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet ValueSet-patient-location-types
http://hl7.org/fhir/us/birthdefectreporting/CodeSystem/CodeSystem-local-bdr-codes
Code | Display |
loc_inpatient | InPatient |
loc_outpatient | Outpatient |
{ "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" } ] } ] } }