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
target if different from the subject.
{ "resourceType": "ExtensionDefinition", "id": "indirectTarget", "url": "http://hl7.org/fhir/ExtensionDefinition/indirectTarget", "name": "target if different from the subject.", "publisher": "HL7 FHIR project", "contact": [ { "telecom": [ { "system": "url", "value": "http://hl7.org/fhir" } ] } ], "description": "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.", "status": "draft", "date": "2013-12-05", "contextType": "resource", "context": [ "Observation" ], "element": [ { "path": "Extension", "short": "target if different from the subject.", "definition": "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.", "min": 0, "max": "1", "type": [ { "code": "Reference", "profile": "http://hl7.org/fhir/Profile/Patient" }, { "code": "Reference", "profile": "http://hl7.org/fhir/Profile/Group" }, { "code": "Reference", "profile": "http://hl7.org/fhir/Profile/Location" } ] } ] }
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.