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

FHIR IG Statistics: StructureDefinition/StructureDefinition.ca-on-mha-profile-HealthCareService

Packageca.on.oh.mha-pds
Resource TypeStructureDefinition
IdStructureDefinition.ca-on-mha-profile-HealthCareService
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.oh.mha-pds@0.9.0-alpha-1.9.7.38&canonical=http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-HealthcareService
URLhttp://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-HealthcareService
Statusactive
Date2022-08-22T20:17:06.3613088+00:00
NameHealthcareService
TitleMHA Healthcare Service
Realmca
Authorityhl7
DescriptionThe details of a healthcare service available at a location
TypeHealthcareService
Kindresource

Resources that use this resource

StructureDefinition
ca-on-mha-profile-bundleMHA Bundle Profile
ca-on-mha-profile-BundleMHA Bundle Profile

Resources that this resource uses

StructureDefinition
ca-on-mha-ext-functionalCentreCodeFunctionalCentreCode
ca-on-mha-profile-locationMHA Location Profile
ca-on-mha-profile-organizationMHA Organization Profile

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "url": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-HealthcareService",
  "name": "HealthcareService",
  "title": "MHA Healthcare Service",
  "status": "active",
  "date": "2022-08-22T20:17:06.3613088+00:00",
  "description": "The details of a healthcare service available at a location",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "MHA-PDS-Mapping",
      "name": "MHA PDS Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "HealthcareService",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/HealthcareService",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "HealthcareService",
        "path": "HealthcareService",
        "mustSupport": true
      },
      {
        "id": "HealthcareService.meta",
        "path": "HealthcareService.meta",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "HealthcareService.meta.profile",
        "path": "HealthcareService.meta.profile",
        "min": 1,
        "max": "1",
        "fixedCanonical": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-HealthcareService",
        "mustSupport": true
      },
      {
        "id": "HealthcareService.extension",
        "path": "HealthcareService.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        },
        "min": 1
      },
      {
        "id": "HealthcareService.extension:functionalCentreCode",
        "path": "HealthcareService.extension",
        "sliceName": "functionalCentreCode",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-ext-functionalCentreCode"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "HealthcareService.extension:functionalCentreCode.value[x].coding.system",
        "path": "HealthcareService.extension.value[x].coding.system",
        "mustSupport": true
      },
      {
        "id": "HealthcareService.identifier",
        "path": "HealthcareService.identifier",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "HealthcareService.identifier.value",
        "path": "HealthcareService.identifier.value",
        "comment": "If the value is a full URI, then the system SHALL be urn:ietf:rfc:3986.  The value's primary purpose is computational mapping.  As a result, it may be normalized for comparison purposes (e.g. removing non-significant whitespace, dashes, etc.)  A value formatted for human display can be conveyed using the [Rendered Value extension](extension-rendered-value.html). Identifier.value is to be treated as case sensitive unless knowledge of the Identifier.system allows the processer to be confident that non-case-sensitive processing is safe.\r\n\r\nThe HSP program number that when used in combination with the HSP organization and site number uniquely identifes the service offering.",
        "min": 1,
        "mustSupport": true,
        "mapping": [
          {
            "identity": "MHA-PDS-Mapping",
            "map": "Health Program Number"
          }
        ]
      },
      {
        "id": "HealthcareService.providedBy",
        "path": "HealthcareService.providedBy",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-organization"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "HealthcareService.location",
        "path": "HealthcareService.location",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-location"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "HealthcareService.name",
        "path": "HealthcareService.name",
        "comment": "Note that FHIR strings SHALL NOT exceed 1MB in size\r\n\r\nThe name of program, as assigned by the HSP/Agency, provides information about the broad types of services received by clients.",
        "min": 1,
        "mustSupport": true,
        "mapping": [
          {
            "identity": "MHA-PDS-Mapping",
            "map": "Health Program Name"
          }
        ]
      }
    ]
  }
}