{ "description": "This observation resource is used to support discrete data or textual content in the imaging data", "_filename": "StructureDefinition-Observation-Imaging.json", "package_name": "ca.on.ehr.r4", "date": "2024-04-29T17:57:19.0221088+00:00", "derivation": "constraint", "publisher": null, "fhirVersion": "4.0.1", "name": "ObservationImagingEHR", "mapping": [ { "uri": "http://hl7.org/fhir/workflow", "name": "Workflow Pattern", "identity": "workflow" }, { "uri": "http://snomed.info/conceptdomain", "name": "SNOMED CT Concept Domain Binding", "identity": "sct-concept" }, { "uri": "http://hl7.org/v2", "name": "HL7 v2 Mapping", "identity": "v2" }, { "uri": "http://hl7.org/v3", "name": "RIM Mapping", "identity": "rim" }, { "uri": "http://hl7.org/fhir/fivews", "name": "FiveWs Pattern Mapping", "identity": "w5" }, { "uri": "http://snomed.org/attributebinding", "name": "SNOMED CT Attribute Binding", "identity": "sct-attr" } ], "abstract": false, "type": "Observation", "experimental": null, "resourceType": "StructureDefinition", "title": "Observation Imaging EHR", "package_version": "1.0.0-snapshot9", "status": "active", "id": "1ed5360e-fc89-4d84-aec8-4e6f66b9616c", "kind": "resource", "url": "http://ontariohealth.ca/fhir/ehr/StructureDefinition/profile-observation-imaging", "version": "1.0.0", "differential": { "element": [ { "id": "Observation.identifier", "path": "Observation.identifier", "mustSupport": true }, { "id": "Observation.identifier.system", "min": 1, "path": "Observation.identifier.system", "mustSupport": true }, { "id": "Observation.identifier.value", "min": 1, "path": "Observation.identifier.value", "mustSupport": true }, { "id": "Observation.basedOn", "path": "Observation.basedOn", "type": [ { "code": "Reference", "targetProfile": [ "http://ontariohealth.ca/fhir/ehr/StructureDefinition/profile-serviceRequest" ] } ], "mustSupport": true }, { "id": "Observation.basedOn.reference", "min": 1, "path": "Observation.basedOn.reference", "mustSupport": true }, { "id": "Observation.status", "path": "Observation.status", "mustSupport": true }, { "id": "Observation.code", "path": "Observation.code", "type": [ { "code": "CodeableConcept", "profile": [ "http://ontariohealth.ca/fhir/ehr/StructureDefinition/CodeableConcept-oh-ehr" ] } ], "short": "Concept - reference to a terminology or just text", "comment": "For all CodeableConcepts, at least one of coding or text must be present. If coding contains only a display value (no code) then CodeableConcept must include text.", "definition": "A concept that may be defined by a formal reference to a terminology or ontology or may be provided by text.", "mustSupport": true }, { "id": "Observation.code.coding", "max": "1", "min": 1, "path": "Observation.code.coding" }, { "id": "Observation.code.coding.system", "min": 1, "path": "Observation.code.coding.system" }, { "id": "Observation.subject", "min": 1, "path": "Observation.subject", "type": [ { "code": "Reference", "targetProfile": [ "http://ontariohealth.ca/fhir/ehr/StructureDefinition/profile-patient" ] } ], "mustSupport": true }, { "id": "Observation.subject.reference", "path": "Observation.subject.reference", "comment": "For data integrity, this should hold the same reference as what's in DiagnosticReport.subject" }, { "id": "Observation.effective[x]", "path": "Observation.effective[x]", "mustSupport": true }, { "id": "Observation.value[x]", "min": 1, "path": "Observation.value[x]", "comment": "For document narratives, this is usually interpreted as a string. Value itself may be a number, datetime.", "mustSupport": true }, { "id": "Observation.note", "path": "Observation.note", "mustSupport": true }, { "id": "Observation.note.text", "path": "Observation.note.text", "mustSupport": true } ] }, "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Observation" }