2nd DSTU Draft For Comment

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

Extension Additional identifier - Definition

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 WG

usage info: todo

Extension Content

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. extensionExtensionURL = 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..*IdentifierAdditional identifier
Use on element: Observation

XML Template

<!-- Additional identifier -->doco

<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 objectdoco

  "http://hl7.org/fhir/ExtensionDefinition/additionalobservationid" : { // Additional identifier
    "valueIdentifier" : [{ Identifier }] //Additional identifier
  }

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. extensionExtensionURL = 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..*IdentifierAdditional identifier
Use on element: Observation

XML Template

<!-- Additional identifier -->doco

<extension xmlns="http://hl7.org/fhir"
     url="http://hl7.org/fhir/ExtensionDefinition/additionalobservationid" >
 <!-- from Element: extension -->
 <valueIdentifier> <!-- Identifier --!> /<valueIdentifier> 
</extension>

JSON Template

to do