PackagesCanonicalsLogsProblems
    Packages
    ca.on.oh-setp@0.9.0-alpha1.0.15
    http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-profile-Observation
{
  "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": "SETPObservation.json",
  "package_name": "ca.on.oh-setp",
  "date": "2023-02-28",
  "derivation": "constraint",
  "publisher": "Ontario Health",
  "fhirVersion": "4.0.1",
  "name": "Observation",
  "abstract": false,
  "type": "Observation",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "Observation",
  "package_version": "0.9.0-alpha1.0.15",
  "status": "draft",
  "id": "1d1df6fd-832b-4e5b-9078-8fefd8192c0c",
  "kind": "resource",
  "url": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-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 SETP USAGE: The meta.profile = http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-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-setp-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/setp-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/setp-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/setp-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/SETP-ASA-physical-status"
      },
      "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/SETP-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/SETP-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"
}