FHIR IG analytics
Resources that use this resource
Resources that this resource uses
Examples of Use for Extension
No extension usage examples found
Narrative
No narrative content found in resource
Source1
{
"resourceType": "StructureDefinition",
"id": "ehr-ext-recipient",
"url": "http://ontariohealth.ca/fhir/ehr/StructureDefinition/ext-recipient",
"name": "EHRRecipient",
"title": "EHR Recipient Extension",
"status": "active",
"description": "EHR Recipient - Identify practitioners (physicians and/or nurse practitioners) who are identified by the sending system as intended recipients of the report/document",
"fhirVersion": "4.0.1",
"kind": "complex-type",
"abstract": false,
"context": [
{
"expression": "Composition",
"type": "element"
},
{
"expression": "DiagnosticReport",
"type": "element"
}
],
"type": "Extension",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Extension",
"path": "Extension",
"short": "EHR Recipient Extension",
"definition": "EHR Recipient - Identify practitioners (physicians and/or nurse practitioners) who are identified by the sending system as intended recipients of the report/document"
},
{
"id": "Extension.extension",
"path": "Extension.extension",
"max": "0"
},
{
"id": "Extension.url",
"path": "Extension.url",
"fixedUri": "http://ontariohealth.ca/fhir/ehr/StructureDefinition/ext-recipient"
},
{
"id": "Extension.value[x]",
"path": "Extension.value[x]",
"min": 1,
"type": [
{
"code": "Reference",
"targetProfile": [
"http://ontariohealth.ca/fhir/ehr/StructureDefinition/profile-practitioner",
"http://ontariohealth.ca/fhir/ehr/StructureDefinition/profile-organization"
]
}
],
"mustSupport": true
}
]
}
}