PackagesCanonicalsLogsProblems
    Packages
    ca.infoway.io.psca@2.0.0-DFT-preBallot
    http://fhir.infoway-inforoute.ca/io/psca/StructureDefinition/observation-results-ca-ps
{
  "description": "This profile represents the constraints applied to the Observation resource by the PS-CA project to represent various types of results and associated observations in a patient summary. This is the base profile from which the other results profiles are derived. It is informed by the constraints of the [Observation Results IPS-UV profile](http://hl7.org/fhir/uv/ips/StructureDefinition-ObservationResults-uv-ips.html) and the [Canadian Baseline Profile](http://build.fhir.org/ig/HL7-Canada/ca-baseline/branches/master/StructureDefinition-profile-observation.html) to allow for cross-border and cross-jurisdiction sharing of result information",
  "_filename": "structuredefinition-profile-observation-results-ca-ps.json",
  "package_name": "ca.infoway.io.psca",
  "date": "2023-12-06T00:00:00-08:00",
  "derivation": "constraint",
  "publisher": null,
  "fhirVersion": "4.0.1",
  "purpose": "This profile constrains the Observation resource to represent various types of results and associated observations in a patient summary.",
  "name": "ObservationResultsPSCA",
  "abstract": false,
  "copyright": "Copyright © 2024+ Canada Health Infoway. All rights reserved. [Terms of Use and License Agreements](https://ic.infoway-inforoute.ca/en/about/tou). [Privacy Policy](https://www.infoway-inforoute.ca/en/legal/privacy-policy).",
  "type": "Observation",
  "experimental": "false",
  "resourceType": "StructureDefinition",
  "title": "Observation Results (PS-CA)",
  "package_version": "2.0.0-DFT-preBallot",
  "status": "draft",
  "id": "2ed35a2c-4ffb-4a4e-910e-6e6d4be981b1",
  "kind": "resource",
  "url": "http://fhir.infoway-inforoute.ca/io/psca/StructureDefinition/observation-results-ca-ps",
  "version": null,
  "differential": {
    "element": [ {
      "id": "Observation.status",
      "path": "Observation.status",
      "comment": "Only result observations with a status of \"final\" may be included in a patient summary.\n\nFeedback is requested on whether this is too restrictive, and, e.g., \"amended\" or \"corrected\" should also be allowed.",
      "extension": [ {
        "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-display-hint",
        "valueString": "default: final"
      } ],
      "fixedCode": "final",
      "mustSupport": true
    }, {
      "id": "Observation.code",
      "path": "Observation.code",
      "type": [ {
        "code": "CodeableConcept",
        "profile": [ "http://fhir.infoway-inforoute.ca/io/psca/StructureDefinition/CodeableConcept-ca-ps" ]
      } ],
      "mustSupport": true
    }, {
      "id": "Observation.subject",
      "min": 1,
      "path": "Observation.subject",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://fhir.infoway-inforoute.ca/io/psca/StructureDefinition/patient-ca-ps", "http://hl7.org/fhir/StructureDefinition/Group", "http://hl7.org/fhir/StructureDefinition/Device", "http://hl7.org/fhir/StructureDefinition/Location" ]
      } ],
      "mustSupport": true
    }, {
      "id": "Observation.subject.reference",
      "min": 1,
      "path": "Observation.subject.reference",
      "mustSupport": true
    }, {
      "id": "Observation.effective[x]",
      "min": 1,
      "path": "Observation.effective[x]",
      "type": [ {
        "code": "dateTime"
      }, {
        "code": "Period"
      } ],
      "mustSupport": true
    }, {
      "id": "Observation.effective[x].extension",
      "path": "Observation.effective[x].extension",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "url",
          "type": "value"
        } ]
      }
    }, {
      "path": "Observation.effective[x].extension",
      "definition": "Provides a reason why the effectiveTime is missing.",
      "short": "effective[x] absence reason",
      "type": [ {
        "code": "Extension",
        "profile": [ "http://hl7.org/fhir/StructureDefinition/data-absent-reason" ]
      } ],
      "mustSupport": true,
      "sliceName": "data-absent-reason",
      "max": "1",
      "id": "Observation.effective[x].extension:data-absent-reason",
      "comment": "Systems that have requirements to always populate .effective[X] do not need to demonstrate this element. Receiving systems are expected not to error if they receive a patient summary with a data absent reason on this element."
    }, {
      "id": "Observation.value[x]",
      "path": "Observation.value[x]",
      "mustSupport": true
    }, {
      "id": "Observation.component",
      "path": "Observation.component",
      "comment": "The IPS-UV specification considers this a Must Support element. Because this profile is the base for a number of other PS diagnostic result profiles and not used on some of the other social observation profiles, the Must Support flag on the component element has been maintained until further feedback is provided on whether systems are anticipating to use this as a base profile for other results that don't require the support of component.",
      "mustSupport": true
    } ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Observation"
}