This page is part of the FHIR Specification (v0.5.0: DSTU 2 Ballot 2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
URL for this extension:
http://hl7.org/fhir/StructureDefinition/indirectTarget
Status: draft. Extension maintained by: HL7 FHIR project
This extension is used when you want to identify the target whose characteristics (direct or indirect) are described by the observation if different from the Observation.subject. For example, the .indirectTarget may be a fetus, or a donor.
Context of Use: Use on element: Observation
usage info: insert a list of places where this extension is used
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
extension | Extension | URL = http://hl7.org/fhir/StructureDefinition/indirectTarget target if different from the subject.: This extension is used when you want to identify the target whose characteristics (direct or indirect) are described by the observation if different from the Observation.subject. For example, the .indirectTarget may be a fetus, or a donor. Use on element: Observation | ||
extension | 0..* | Extension | Additional Content defined by implementations | |
url | 1..1 | uri | identifies the meaning of the extension Fixed Value: http://hl7.org/fhir/StructureDefinition/indirectTarget | |
value[x] | 0..1 | Patient, Group, Location | Value of extension |
JSON Template
{ // target if different from the subject. // from Element: extension "url" : "http://hl7.org/fhir/StructureDefinition/indirectTarget", // R! // value[x]: Value of extension. One of these 3: "valueReference" : { Reference(http://hl7.org/fhir/StructureDefinition/Patient) } //Value of extension "valueReference" : { Reference(http://hl7.org/fhir/StructureDefinition/Group) }, //Value of extension "valueReference" : { Reference(http://hl7.org/fhir/StructureDefinition/Location) }, //Value of extension }
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
extension | Extension | URL = http://hl7.org/fhir/StructureDefinition/indirectTarget target if different from the subject.: This extension is used when you want to identify the target whose characteristics (direct or indirect) are described by the observation if different from the Observation.subject. For example, the .indirectTarget may be a fetus, or a donor. Use on element: Observation | ||
extension | 0..* | Extension | Additional Content defined by implementations | |
url | 1..1 | uri | identifies the meaning of the extension Fixed Value: http://hl7.org/fhir/StructureDefinition/indirectTarget | |
value[x] | 0..1 | Patient, Group, Location | Value of extension |