Release 4 R5 Final QA

This page is part of the FHIR Specification (v4.0.1: R4 (v5.0.0-draft-final: Final QA Preview for R5 - Mixed Normative and STU see ballot notes ) in it's permanent home (it will always be available at this URL). ). The current version which supercedes this version is 5.0.0 . For a full list of available versions, see the Directory of published versions . Page versions: R4B R4 R3 R2

Content

Detailed Descriptions Mappings 4.4.1.29 ValueSet http://hl7.org/fhir/ValueSet/medication-admin-location XML JSON Extension: keyWord

Vocabulary Pharmacy icon Work Group   Maturity Level : 1 Informative Draft Use Context : Any Country: World, Not Intended for Production use
URL for this extension: http://hl7.org/fhir/StructureDefinition/valueset-keyWord Status: draft. Extension maintained by: HL7 Word or words used in an information retrieval system to indicate the content of the value set. Context of Use: Use on Element ID ValueSet Extension Content keyWord URL = http://hl7.org/fhir/StructureDefinition/valueset-keyWord keyWord: Word or words
Official URL : http://hl7.org/fhir/ValueSet/medication-admin-location Version : 5.0.0-draft-final
draft as of 2023-03-01 Computable Name : MedicationAdministrationLocationCodes
0..* Flags : Experimental string OID : 2.16.840.1.113883.4.642.3.3127

This value set is used in an information retrieval system to indicate the content of the value set. following places:

Use on Element ID ValueSet

Full Structure MedicationAdministration Location Codes

Name

 

This expansion generated 01 Mar 2023


URL = http://hl7.org/fhir/StructureDefinition/valueset-keyWord keyWord: Word or words used in an information retrieval system to indicate the content of the

This value set. set contains 3 concepts

Use

Expansion based on Element ID ValueSet MedicationAdministration Location Codes v0.1.0 (CodeSystem) icon

extension 0..0 1..1 uri value[x] Value of extension Documentation for this format 0..* string
Code I System Display Definition
url    inpatient icon http://terminology.hl7.org/CodeSystem/medication-admin-location Inpatient
"http://hl7.org/fhir/StructureDefinition/valueset-keyWord"

Includes administrations in an inpatient or acute care setting

   outpatient icon I 1..1 string http://terminology.hl7.org/CodeSystem/medication-admin-location Outpatient XML Template
<!-- keyWord --> < xmlns="http://hl7.org/fhir" url="" > <!-- from Element: < </extension>

JSON Template Includes administrations in an outpatient setting (for example, Emergency Department, Outpatient Clinic, Outpatient Surgery, Doctor's office)

{ // // from Element: " ] " " }
Summary Name Flags Card. Type Description & Constraints
   community icon keyWord http://terminology.hl7.org/CodeSystem/medication-admin-location Community
URL = http://hl7.org/fhir/StructureDefinition/valueset-keyWord keyWord: Word or words used in an information retrieval system to indicate the content of

Includes administrations by the value set. Use on Element ID ValueSet Documentation for this format patient in their home (this would include long term care or nursing homes, hospices, etc.)

Full Structure  

Name Flags Card. Type Description & Constraints extension

See the full registry of value sets defined as part of FHIR.


Explanation of the columns that may appear on this page:

0..* Extension URL = http://hl7.org/fhir/StructureDefinition/valueset-keyWord keyWord: Word or words used in an information retrieval system to indicate extension I 0..0 url 1..1 uri value[x] I 1..1 string Value Documentation for this format
Lvl A few code lists that FHIR defines are hierarchical - each code is assigned a level. For value sets, levels are mostly used to organize codes for user convenience, but may follow code system hierarchy - see Code System for further information
Source The source of the content definition of the code (when the value set. Use on Element ID ValueSet set draws in codes defined elsewhere)
Code The code (used as the code in the resource instance). If the code is in italics, this indicates that the code is not selectable ('Abstract')
Display The display (used in the display element of a Coding "http://hl7.org/fhir/StructureDefinition/valueset-keyWord" ). If there is no display, implementers should not simply display the code, but map the concept into their application
Definition An explanation of extension the meaning of the concept
Comments Additional notes about how to use the code
XML Template <!-- keyWord --> < xmlns="http://hl7.org/fhir" url="" > <!-- from Element: < </extension> JSON Template { // // from Element: " ] " " }   Constraints ele-1 : All FHIR elements must have a @value or children (xpath: @value|f:*|h:div ) ext-1 : Must have either extensions or value[x], not both (xpath: exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')]) ) ele-1 : On Extension.extension: All FHIR elements must have a @value or children (xpath on Extension.extension: @value|f:*|h:div ) ext-1 : On Extension.extension: Must have either extensions or value[x], not both (xpath on Extension.extension: exists(f:extension)!=exists(f:*[starts-with(local-name(.), "value")]) ) ele-1 : On Extension.value[x]: All FHIR elements must have a @value or children (xpath on Extension.value[x]: @value|f:*|h:div )
try { var currentTabIndex = sessionStorage.getItem('fhir-resource-tab-index'); } catch(exception){ } if (!currentTabIndex) currentTabIndex = '0'; $( '#tabs' ).tabs({ active: currentTabIndex, activate: function( event, ui ) { var active = $('.selector').tabs('option', 'active'); currentTabIndex = ui.newTab.index(); document.activeElement.blur(); try { sessionStorage.setItem('fhir-resource-tab-index', currentTabIndex); } catch(exception){ } } });