FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageca.on.mha.pds
Resource TypeStructureDefinition
IdStructureDefinition.ca-on-mha-ext-functional-centre-code.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "url": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-ext-functionalCentreCode",
  "name": "FunctionalCentreCode",
  "title": "FunctionalCentreCode",
  "status": "active",
  "date": "2022-08-22T20:17:06.3613088+00:00",
  "description": "The cost center identifier associated with the  program/services supports provided to the client.",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "MHA-PDS-Mapping",
      "name": "MHA PDS Mapping"
    }
  ],
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "HealthcareService"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-ext-functionalCentreCode"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "min": 1,
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "description": "The functional center code associated with the program/services supports provided to the client.",
          "valueSet": "http://ontariohealth.ca/fhir/ValueSet/functional-centre-code"
        }
      },
      {
        "id": "Extension.value[x].coding",
        "path": "Extension.value[x].coding",
        "comment": "Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information.  Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.\r\n\r\nThe cost center identifier associated with the  program/services supports provided to the client  . .",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Extension.value[x].coding.system",
        "path": "Extension.value[x].coding.system",
        "min": 1,
        "fixedUri": "https://data.ontario.ca/dataset/ontario-healthcare-reporting-system",
        "mustSupport": true
      },
      {
        "id": "Extension.value[x].coding.code",
        "path": "Extension.value[x].coding.code",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Extension.value[x].coding.display",
        "path": "Extension.value[x].coding.display",
        "comment": "Note that FHIR strings SHALL NOT exceed 1MB in size\r\n\r\nThe cost center identifier associated with the  program/services supports provided to the client  . .",
        "min": 1,
        "mustSupport": true,
        "mapping": [
          {
            "identity": "MHA-PDS-Mapping",
            "map": "Cost Centre ID"
          }
        ]
      }
    ]
  }
}