{ "description": "An Observation is used to record ASA (American Society of Anesthesiologists) physical status of the patient who will/did receive the surgical procedure.", "_filename": "Observation.json", "package_name": "ca.on.oh-seris", "date": "2023-02-28", "derivation": "constraint", "publisher": "Ontario Health", "fhirVersion": "4.0.1", "name": "Observation", "mapping": [ { "name": "SERIS MDS Mapping", "identity": "SERIS-MDS-Mapping" } ], "abstract": false, "type": "Observation", "experimental": null, "resourceType": "StructureDefinition", "title": "Observation", "package_version": "0.10.0-alpha1.0.2", "status": "draft", "id": "0f3dc831-8dc0-4854-a521-1a606febf046", "kind": "resource", "url": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-seris-profile-Observation", "version": "1.0.0", "differential": { "element": [ { "id": "Observation.meta", "min": 1, "path": "Observation.meta", "mustSupport": true }, { "id": "Observation.meta.profile", "min": 1, "path": "Observation.meta.profile", "comment": "#### **_` FOR SERIS USAGE: The meta.profile = http://ontariohealth.ca/fhir/StructureDefinition/ca-on-seris-profile-Observation|1.0.0 `_**\r\n\r\nIt is up to the server and/or other infrastructure of policy to determine whether/how these claims are verified and/or updated over time. The list of profile URLs is a set.", "mustSupport": true }, { "id": "Observation.partOf", "max": "1", "min": 1, "path": "Observation.partOf", "type": [ { "code": "Reference", "aggregation": [ "bundled" ], "targetProfile": [ "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-seris-profile-Procedure" ] } ], "mustSupport": true }, { "id": "Observation.partOf.reference", "path": "Observation.partOf.reference", "mustSupport": true }, { "id": "Observation.partOf.display", "path": "Observation.partOf.display", "mustSupport": true }, { "id": "Observation.status", "path": "Observation.status", "mustSupport": true }, { "id": "Observation.code", "path": "Observation.code", "short": "kind of Observation", "binding": { "strength": "required", "valueSet": "http://ontariohealth.ca/fhir/ValueSet/observation-types" }, "mustSupport": true }, { "id": "Observation.code.coding", "max": "1", "min": 1, "path": "Observation.code.coding", "binding": { "strength": "required", "valueSet": "http://ontariohealth.ca/fhir/ValueSet/observation-types", "description": "Codes identifying names of simple observations." }, "mustSupport": true }, { "id": "Observation.code.coding.system", "min": 1, "path": "Observation.code.coding.system", "fixedUri": "http://snomed.info/sct", "mustSupport": true }, { "id": "Observation.code.coding.code", "min": 1, "path": "Observation.code.coding.code", "binding": { "strength": "required", "valueSet": "http://ontariohealth.ca/fhir/ValueSet/observation-types", "description": "Codes identifying names of simple observations." }, "mustSupport": true }, { "id": "Observation.code.coding.display", "path": "Observation.code.coding.display", "mustSupport": true }, { "id": "Observation.subject", "path": "Observation.subject", "short": "The patient the physical status pertain to" }, { "id": "Observation.value[x]", "min": 1, "path": "Observation.value[x]", "type": [ { "code": "CodeableConcept" } ], "short": "ASA Score", "binding": { "strength": "required", "valueSet": "http://ontariohealth.ca/fhir/ValueSet/ASA-physical-status" }, "mapping": [ { "map": "ASA Score", "identity": "SERIS-MDS-Mapping" } ], "mustSupport": true }, { "id": "Observation.value[x].coding", "max": "1", "min": 1, "path": "Observation.value[x].coding", "binding": { "strength": "required", "valueSet": "http://ontariohealth.ca/fhir/ValueSet/ASA-physical-status", "description": "Physical Status of Patient as assessed by Anaethesiology" }, "mustSupport": true }, { "id": "Observation.value[x].coding.system", "min": 1, "path": "Observation.value[x].coding.system", "fixedUri": "http://ontariohealth.ca/fhir/CodeSystem/asa-physical-status", "mustSupport": true }, { "id": "Observation.value[x].coding.code", "min": 1, "path": "Observation.value[x].coding.code", "binding": { "strength": "required", "valueSet": "http://ontariohealth.ca/fhir/ValueSet/ASA-physical-status", "description": "Physical Status of Patient as assessed by Anaethesiology" }, "mustSupport": true }, { "id": "Observation.value[x].coding.display", "path": "Observation.value[x].coding.display", "mustSupport": true } ] }, "contact": [ { "name": "Ontario Health", "telecom": [ { "value": "http://ontariohealth.ca/fhir/", "system": "url" }, { "value": "some.email@ontariohealth.ca", "system": "email" } ] } ], "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Observation" }