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 CDA In Fulfillment of - Definition

URL for this extension:

http://hl7.org/fhir/ExtensionDefinition/cda-inFulFillmentOf

Status: draft

Standard Profile for CDA R2 on FHIR

HL7 FHIR Project

usage info: todo

Extension Content

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. extensionExtensionURL = http://hl7.org/fhir/ExtensionDefinition/cda-inFulFillmentOf
CDA In Fulfillment of: Standard Profile for CDA R2 on FHIR
Use on element: Composition
..valueReference 0..1#inFulFillmentOfDiagnosticOrderIndicates an order that this document is created to fulfill
Use on element: Composition

XML Template

<!-- CDA In Fulfillment of -->doco

<extension xmlns="http://hl7.org/fhir"
     url="http://hl7.org/fhir/ExtensionDefinition/cda-inFulFillmentOf" >
 <!-- from Element: extension -->
 <valueReference> <!-- Reference --!> /<valueReference> 
</extension>

JSON Template

// extension added to existing objectdoco

  "http://hl7.org/fhir/ExtensionDefinition/cda-inFulFillmentOf" : { // CDA In Fulfillment of
    "valueReference" : [{ Reference(#inFulFillmentOfDiagnosticOrder) }] //Indicates an order that this document is created to fulfill
  }

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. extensionExtensionURL = http://hl7.org/fhir/ExtensionDefinition/cda-inFulFillmentOf
CDA In Fulfillment of: Standard Profile for CDA R2 on FHIR
Use on element: Composition
..valueReference 0..1#inFulFillmentOfDiagnosticOrderIndicates an order that this document is created to fulfill
Use on element: Composition

XML Template

<!-- CDA In Fulfillment of -->doco

<extension xmlns="http://hl7.org/fhir"
     url="http://hl7.org/fhir/ExtensionDefinition/cda-inFulFillmentOf" >
 <!-- from Element: extension -->
 <valueReference> <!-- Reference --!> /<valueReference> 
</extension>

JSON Template

to do