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 Associated Order - Definition

URL for this extension:

http://hl7.org/fhir/Profile/hspc-core-observation-associatedOrder

Status: draft

The order from which the observation resulted.

Health Level Seven, Inc. - CQI WG

usage info: todo

Extension Content

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. extensionExtensionURL = http://hl7.org/fhir/Profile/hspc-core-observation-associatedOrder
Associated Order: The order from which the observation resulted.
Use on element: Observation
..value[x] 0..1DiagnosticOrder, ProcedureRequestAssociated Order
Use on element: Observation

XML Template

<!-- Associated Order -->doco

<extension xmlns="http://hl7.org/fhir"
     url="http://hl7.org/fhir/Profile/hspc-core-observation-associatedOrder" >
 <!-- from Element: extension -->
 <value[x]> <!-- org.hl7.fhir.instance.model.ElementDefinition$TypeRefComponent@1cbd58fd | org.hl7.fhir.instance.model.ElementDefinition$TypeRefComponent@531d58c8 --!> /<value[x]> 
</extension>

JSON Template

// extension added to existing objectdoco

  "http://hl7.org/fhir/Profile/hspc-core-observation-associatedOrder" : { // Associated Order
// value[x]: Associated Order. One of these 2:
    "valueReference" : [{ Reference(DiagnosticOrder) }] //Associated Order
    "valueReference" : [{ Reference(ProcedureRequest) }] //Associated Order
  }

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. extensionExtensionURL = http://hl7.org/fhir/Profile/hspc-core-observation-associatedOrder
Associated Order: The order from which the observation resulted.
Use on element: Observation
..value[x] 0..1DiagnosticOrder, ProcedureRequestAssociated Order
Use on element: Observation

XML Template

<!-- Associated Order -->doco

<extension xmlns="http://hl7.org/fhir"
     url="http://hl7.org/fhir/Profile/hspc-core-observation-associatedOrder" >
 <!-- from Element: extension -->
 <value[x]> <!-- org.hl7.fhir.instance.model.ElementDefinition$TypeRefComponent@1cbd58fd | org.hl7.fhir.instance.model.ElementDefinition$TypeRefComponent@531d58c8 --!> /<value[x]> 
</extension>

JSON Template

to do