This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
URL for this extension:
http://hl7.org/fhir/ExtensionDefinition/additionalobservationid
Status: draft
This extension is used when there are multiple observation identifiers for a single observation . The Observation.identifier is the first identifier for this observation and any additional identifiers will go here.
HL7 International - Orders and Observations WGusage info: todo
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
extension | Extension | URL = http://hl7.org/fhir/ExtensionDefinition/additionalobservationid Additional identifier: This extension is used when there are multiple observation identifiers for a single observation . The Observation.identifier is the first identifier for this observation and any additional identifiers will go here. Use on element: Observation | ||
valueIdentifier | 0..* | Identifier | Additional identifier Use on element: Observation |
XML Template
<!-- Additional identifier --> <extension xmlns="http://hl7.org/fhir" url="http://hl7.org/fhir/ExtensionDefinition/additionalobservationid" > <!-- from Element: extension --> <valueIdentifier> <!-- Identifier --!> /<valueIdentifier> </extension>
JSON Template
// extension added to existing object "http://hl7.org/fhir/ExtensionDefinition/additionalobservationid" : { // Additional identifier "valueIdentifier" : [{ Identifier }] //Additional identifier }
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
extension | Extension | URL = http://hl7.org/fhir/ExtensionDefinition/additionalobservationid Additional identifier: This extension is used when there are multiple observation identifiers for a single observation . The Observation.identifier is the first identifier for this observation and any additional identifiers will go here. Use on element: Observation | ||
valueIdentifier | 0..* | Identifier | Additional identifier Use on element: Observation |
XML Template
<!-- Additional identifier --> <extension xmlns="http://hl7.org/fhir" url="http://hl7.org/fhir/ExtensionDefinition/additionalobservationid" > <!-- from Element: extension --> <valueIdentifier> <!-- Identifier --!> /<valueIdentifier> </extension>