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

FHIR IG Statistics: ValueSet/pcr-AddressUse

PackagePCR.R4.1-1-0-pkg
TypeValueSet
Idpcr-AddressUse
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=PCR.R4.1-1-0-pkg@1.1.0&canonical=http://ehealthontario.ca/fhir/ValueSet/pcr-address-use
URLhttp://ehealthontario.ca/fhir/ValueSet/pcr-address-use
Version2.0.0
Statusactive
Date2018-04-11T11:17:39-04:00
NameAddressUse
Realmca
DescriptionCodes supported by eHealth Ontario indicating how the patient address is used for EMPI Match Request

Resources that use this resource

StructureDefinition
ca-on-pcr-matchreq-profile-PatientPCR Patient Match Request Profile

Resources that this resource uses

CodeSystem
address-useAddress Use

Narrative

Note: links and images are rebased to the (stated) source

Address Use

Codes supported by eHealth Ontario indicating how the patient address is used

This value set includes codes from the following code systems:

  • Include these codes as defined in http://hl7.org/fhir/address-use
    CodeDisplay
    homeHomeA communication address at a home.
    workWorkAn office address. First choice for business related contacts during business hours.
    tempTemporaryA temporary address. The period can provide more detailed information.

Source

{
  "resourceType": "ValueSet",
  "id": "pcr-AddressUse",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://ehealthontario.ca/fhir/ValueSet/pcr-address-use",
  "version": "2.0.0",
  "name": "AddressUse",
  "status": "active",
  "date": "2018-04-11T11:17:39-04:00",
  "publisher": "eHealth Ontario",
  "description": "Codes supported by eHealth Ontario indicating how the patient address is used for EMPI Match Request",
  "immutable": false,
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/address-use",
        "concept": [
          {
            "code": "home",
            "display": "Home"
          },
          {
            "code": "temp",
            "display": "Temporary"
          }
        ]
      }
    ]
  }
}