Release 4 5 Ballot

This page is part of the FHIR Specification (v4.0.1: R4 (v5.0.0-ballot: R5 Ballot - 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.527 ValueSet http://hl7.org/fhir/ValueSet/device-productidentifierinudi XML JSON Extension: causedBy

Patient Care Orders and Observations icon Work Group   Maturity Level : 1 Informative Trial Use Use Context : Any Not yet ready for Production use, Not yet ready for Production use
URL for this extension: http://hl7.org/fhir/StructureDefinition/procedure-causedBy Status: draft. Extension maintained by: Health Level Seven, Inc. - FHIR WG This procedure is because of the related item. Context of Use: Use on Element ID Procedure Extension Content

This is a value set defined by the FHIR project.

Summary

Card. Type Description & Constraints causedBy 0..* Documentation for this format
Defining URL: Name http://hl7.org/fhir/ValueSet/device-productidentifierinudi
Version: 5.0.0-ballot
Name: DeviceProductionIdentifierInUDI
Title:
Status: ??
Definition:

Device Production Identifier in UDI

Committee: Orders and Observations icon Reference ( AllergyIntolerance | DiagnosticReport | FamilyMemberHistory | ImagingStudy | Immunization | ImmunizationRecommendation | MedicationAdministration | MedicationRequest | MedicationStatement | Observation | Procedure ) URL = http://hl7.org/fhir/StructureDefinition/procedure-causedBy causedBy: This procedure is because of the related item. Use on Element ID Procedure Work Group
OID: 2.16.840.1.113883.4.642.3.3039 (for OID based terminology systems)
Flags: Experimental

Full Structure This value set is used in the following places:

Name

 

This expansion generated 10 Sep 2022


URL = http://hl7.org/fhir/StructureDefinition/procedure-causedBy causedBy:

This procedure is because of the related item. value set contains 6 concepts

Use

Expansion based on Element ID Procedure DeviceProductionIdentifierInUDI v5.0.0-ballot (CodeSystem)

extension 0..0 1..1 uri I 1..1 Reference ( AllergyIntolerance | DiagnosticReport | FamilyMemberHistory | ImagingStudy | Immunization | ImmunizationRecommendation | MedicationAdministration | MedicationRequest | MedicationStatement | Observation | Procedure ) Value of extension Documentation for this format 0..* 0..* Extension I 0..0 url
Code I System Display Definition
url    lot-number http://terminology.hl7.org/CodeSystem/device-productidentifierinudi Lot Number
"http://hl7.org/fhir/StructureDefinition/procedure-causedBy"

The label includes the lot number.

value[x]    manufactured-date http://terminology.hl7.org/CodeSystem/device-productidentifierinudi Manufactured date

XML Template The label includes the manufacture date.

<!-- causedBy --> < xmlns="http://hl7.org/fhir" url="" > <!-- from Element: <</valueReference> </extension>
JSON Template { // // from Element: " ] " " } Summary Name Flags Card. Type Description & Constraints
causedBy    serial-number http://terminology.hl7.org/CodeSystem/device-productidentifierinudi Serial Number Reference ( AllergyIntolerance | DiagnosticReport | FamilyMemberHistory | ImagingStudy | Immunization | ImmunizationRecommendation | MedicationAdministration | MedicationRequest | MedicationStatement | Observation | Procedure )
URL = http://hl7.org/fhir/StructureDefinition/procedure-causedBy causedBy: This procedure is because of

The label includes the related item. serial number.

Use on Element ID Procedure
Documentation for this format    expiration-date http://terminology.hl7.org/CodeSystem/device-productidentifierinudi Expiration date Full Structure

The label includes the expiration date.

Name Flags Card. Type Description & Constraints
extension    biological-source http://terminology.hl7.org/CodeSystem/device-productidentifierinudi Biological source URL = http://hl7.org/fhir/StructureDefinition/procedure-causedBy causedBy: This procedure is because of

The label includes the related item. biological source identifier.

Use on Element ID Procedure
extension    software-version http://terminology.hl7.org/CodeSystem/device-productidentifierinudi Software Version

The label includes the software version.

 

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


Explanation of the columns that may appear on this page:

1..1 uri "http://hl7.org/fhir/StructureDefinition/procedure-causedBy" value[x] I 1..1 Reference ( AllergyIntolerance | DiagnosticReport | FamilyMemberHistory | ImagingStudy | Immunization | ImmunizationRecommendation | MedicationAdministration | MedicationRequest | MedicationStatement | Observation | Procedure ) 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 definition of the code (when the value 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 ). 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 <!-- causedBy --> < xmlns="http://hl7.org/fhir" url="" > <!-- from Element: <</valueReference> </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){ } } });