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

FHIR IG Statistics: ValueSet/olis-AddressUse

Packageca.on.oh-olis
Resource TypeValueSet
Idolis-AddressUse
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.oh-olis@2.0.0-0.0.1&canonical=http://ehealthontario.ca/fhir/ValueSet/ca-on-lab-address-use
URLhttp://ehealthontario.ca/fhir/ValueSet/ca-on-lab-address-use
Version1.0.0
Statusactive
NameAddressUse
Authorityhl7
DescriptionCodes supported by eHealth Ontario indicating how the patient address is used. This is strict sub-set of the core FHIR value set.

Resources that use this resource

StructureDefinition
ca-on-lab-profile-OrganizationOrganization
ca-on-lab-profile-PatientPatient

Resources that this resource uses

CodeSystem
address-useAddress Use

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "olis-AddressUse",
  "url": "http://ehealthontario.ca/fhir/ValueSet/ca-on-lab-address-use",
  "version": "1.0.0",
  "name": "AddressUse",
  "status": "active",
  "publisher": "Ontario Health",
  "description": "Codes supported by eHealth Ontario indicating how the patient address is used. This is strict sub-set of the core FHIR value set.",
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/address-use",
        "concept": [
          {
            "code": "home",
            "display": "Home"
          },
          {
            "code": "work",
            "display": "Work"
          }
        ]
      }
    ]
  }
}