FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/2f7704e4-f11a-47a9-b396-241ee4dc5095

Packageca.on.phsd.r4-alpha
TypeStructureDefinition
Id2f7704e4-f11a-47a9-b396-241ee4dc5095
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.phsd.r4-alpha@0.1.3&canonical=http://ontariohealth.ca/fhir/StructureDefinition/ca-on-phsd-profile-OperationOutcome
URLhttp://ontariohealth.ca/fhir/StructureDefinition/ca-on-phsd-profile-OperationOutcome
Version1.0.0
Statusdraft
Date2019-05-08T19:52:01.3691039+00:00
NameOperationOutcome
TitlePHSD OperationOutcome
DescriptionThis is the OperationOutcome Profile that contains error or warning information to help with troubleshooting.
TypeOperationOutcome
Kindresource

Resources that use this resource

StructureDefinition
ca-on-phsd-healthcareservice-response-profile-BundlePHSD Bundle HealthcareService Response
ca-on-phsd-location-response-profile-BundlePHSD Bundle Location Match Response
ca-on-phsd-organization-response-profile-BundlePHSD Bundle Organization Search Response
ca-on-phsd-practitioner-response-profile-BundlePHSD Bundle Practitioner Response

Resources that this resource uses

ValueSet
ppr-master-service-data-exception-codeMasterDataExceptionCode
phsd-master-service-data-exception-codeMasterDataExceptionCode

Narrative

Note: links and images are rebased to the (stated) source

No Narrative Content

Source

{
  "resourceType": "StructureDefinition",
  "id": "2f7704e4-f11a-47a9-b396-241ee4dc5095",
  "meta": {
    "lastUpdated": "2024-07-31T18:32:38.8818701+00:00"
  },
  "text": {
    "status": "empty",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-phsd-profile-OperationOutcome",
  "version": "1.0.0",
  "name": "OperationOutcome",
  "title": "PHSD OperationOutcome",
  "status": "draft",
  "date": "2019-05-08T19:52:01.3691039+00:00",
  "description": "This is the OperationOutcome Profile that contains error or warning information to help with troubleshooting.",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "OperationOutcome",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/OperationOutcome",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "OperationOutcome",
        "path": "OperationOutcome",
        "mustSupport": true
      },
      {
        "id": "OperationOutcome.id",
        "path": "OperationOutcome.id",
        "definition": "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.\r\nWhen request is prossed even with the error id and meta elements will be returned.",
        "mustSupport": true
      },
      {
        "id": "OperationOutcome.meta",
        "path": "OperationOutcome.meta",
        "mustSupport": true
      },
      {
        "id": "OperationOutcome.meta.profile",
        "path": "OperationOutcome.meta.profile",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "OperationOutcome.issue",
        "path": "OperationOutcome.issue",
        "mustSupport": true
      },
      {
        "id": "OperationOutcome.issue.severity",
        "path": "OperationOutcome.issue.severity",
        "mustSupport": true
      },
      {
        "id": "OperationOutcome.issue.code",
        "path": "OperationOutcome.issue.code",
        "mustSupport": true
      },
      {
        "id": "OperationOutcome.issue.details",
        "path": "OperationOutcome.issue.details",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSet": "http://ontariohealth.ca/fhir/ValueSet/phsd-master-service-data-exception-code"
        }
      },
      {
        "id": "OperationOutcome.issue.details.coding",
        "path": "OperationOutcome.issue.details.coding",
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "OperationOutcome.issue.details.coding.system",
        "path": "OperationOutcome.issue.details.coding.system",
        "fixedUri": "http://ontariohealth.ca/fhir/CodeSystem/phsd-master-service-data-exception-code",
        "mustSupport": true
      },
      {
        "id": "OperationOutcome.issue.details.coding.code",
        "path": "OperationOutcome.issue.details.coding.code",
        "mustSupport": true,
        "binding": {
          "strength": "extensible",
          "valueSet": "https://ehealthontario.ca/fhir/ValueSet/ppr-master-service-data-exception-code"
        }
      },
      {
        "id": "OperationOutcome.issue.details.text",
        "path": "OperationOutcome.issue.details.text",
        "min": 1,
        "mustSupport": true
      }
    ]
  }
}