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 External Identifier associated with this element - Definition

URL for this extension:

http://hl7.org/fhir/ExtensionDefinition/identifier

Status: draft

External Identifiers associated with this element - these are identifiers that are associated with the concept this element represents.

HL7 FHIR project

usage info: todo

Extension Content

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. extensionExtensionURL = http://hl7.org/fhir/ExtensionDefinition/identifier
External Identifier associated with this element: External Identifiers associated with this element - these are identifiers that are associated with the concept this element represents.
Use on data type: Element
..valueIdentifier 0..*IdentifierExternal Identifier associated with this element
Use on data type: Element

XML Template

<!-- External Identifier associated with this element -->doco

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

JSON Template

// extension added to existing objectdoco

  "http://hl7.org/fhir/ExtensionDefinition/identifier" : { // External Identifier associated with this element
    "valueIdentifier" : [{ Identifier }] //External Identifier associated with this element
  }

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. extensionExtensionURL = http://hl7.org/fhir/ExtensionDefinition/identifier
External Identifier associated with this element: External Identifiers associated with this element - these are identifiers that are associated with the concept this element represents.
Use on data type: Element
..valueIdentifier 0..*IdentifierExternal Identifier associated with this element
Use on data type: Element

XML Template

<!-- External Identifier associated with this element -->doco

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

JSON Template

to do