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

FHIR IG analytics

Packageca.on.phsd.r4-alpha
Resource TypeValueSet
Idppr-AddressUse.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",
  "id": "AddressUse-ppr",
  "url": "http://ehealthontario.ca/fhir/ValueSet/ppr-address-use",
  "version": "1.0.0",
  "name": "AddressUse",
  "status": "draft",
  "publisher": "Ontario Health",
  "description": "Codes supported by Ontario Health indicating how the provider address is used",
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/address-use",
        "concept": [
          {
            "code": "work",
            "display": "Work"
          }
        ]
      }
    ]
  }
}