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

FHIR IG analytics

Packageca.on.erec.r4
Resource TypeValueSet
IdServiceProvisionConditions.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": "ValueSet",
  "url": "http://ehealthontario.ca/fhir/ValueSet/service-provision-conditions",
  "version": "1.0.0",
  "title": "ServiceProvisionConditions",
  "status": "draft",
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/service-provision-conditions",
        "concept": [
          {
            "code": "free",
            "display": "Free"
          },
          {
            "code": "cost",
            "display": "Fees apply"
          }
        ],
        "version": "4.0.1"
      }
    ]
  },
  "description": "The code(s) that detail the conditions under which the healthcare service is available/offered.",
  "name": "ServiceProvisionConditions",
  "publisher": "Ontario Health"
}