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 . Page versions: R4B R4 R3 R2

Extension Observations that confirm or refute - Definition

URL for this extension:

http://hl7.org/fhir/ExtensionDefinition/openEHR-test

Status: draft

Observations that confirm or refute the risk and/or the substance.

Health Level Seven, Inc / openEHR project

usage info: todo

Extension Content

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. extensionExtensionURL = http://hl7.org/fhir/ExtensionDefinition/openEHR-test
Observations that confirm or refute: Observations that confirm or refute the risk and/or the substance.
Use on element: AllergyIntolerance
..value[x] 0..*Observation, DiagnosticReportObservations that confirm or refute
Use on element: AllergyIntolerance

XML Template

<!-- Observations that confirm or refute -->doco

<extension xmlns="http://hl7.org/fhir"
     url="http://hl7.org/fhir/ExtensionDefinition/openEHR-test" >
 <!-- from Element: extension -->
 <value[x]> <!-- org.hl7.fhir.instance.model.ElementDefinition$TypeRefComponent@41599d2d | org.hl7.fhir.instance.model.ElementDefinition$TypeRefComponent@625e16df --!> /<value[x]> 
</extension>

JSON Template

// extension added to existing objectdoco

  "http://hl7.org/fhir/ExtensionDefinition/openEHR-test" : { // Observations that confirm or refute
// value[x]: Observations that confirm or refute. One of these 2:
    "valueReference" : [{ Reference(Observation) }] //Observations that confirm or refute
    "valueReference" : [{ Reference(DiagnosticReport) }] //Observations that confirm or refute
  }

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. extensionExtensionURL = http://hl7.org/fhir/ExtensionDefinition/openEHR-test
Observations that confirm or refute: Observations that confirm or refute the risk and/or the substance.
Use on element: AllergyIntolerance
..value[x] 0..*Observation, DiagnosticReportObservations that confirm or refute
Use on element: AllergyIntolerance

XML Template

<!-- Observations that confirm or refute -->doco

<extension xmlns="http://hl7.org/fhir"
     url="http://hl7.org/fhir/ExtensionDefinition/openEHR-test" >
 <!-- from Element: extension -->
 <value[x]> <!-- org.hl7.fhir.instance.model.ElementDefinition$TypeRefComponent@41599d2d | org.hl7.fhir.instance.model.ElementDefinition$TypeRefComponent@625e16df --!> /<value[x]> 
</extension>

JSON Template

to do