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

FHIR IG analytics

Packageca.on.ppr.r4
Resource TypeValueSet
Idaddress-type.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.ppr.r4@1.2.0&canonical=http://ehealthontario.ca/fhir/ValueSet/address-type
URLhttp://ehealthontario.ca/fhir/ValueSet/address-type
Version1.0.0
Statusdraft
NameAddressType
TitleAddress Type
DescriptionCodes supported by Ontario Health differentiating mailing from physical addresses

Resources that use this resource

StructureDefinition
ca-on-ppr-location-response-profile-LocationPPR Location Response Profile
ca-on-ppr-practitioner-response-profile-LocationPPR PractitionerRole Location Response Profile
ca-on-ppr-practitioner-response-profile-PractitionerPPR Practitioner Response v2 Profile
ca-on-pcr-matchreq-profile-PatientPCR Patient Match Request Profile
ca-on-phsd-location-response-profile-LocationLocation Response Profile
ca-on-phsd-location-submission-profile-LocationPHSD Location Submission
ca-on-phsd-practitioner-response-profile-PractitionerPHSD Practitioner Response
ca-on-phsd-practitioner-response-profile-LocationPHSD PractitionerRole Location Response
ca-on-phsd-practitioner-submission-profile-PractitionerPHSD Practitioner Submission

Resources that this resource uses

CodeSystem
address-typeAddress Type

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ValueSet",
  "id": "AddressType-ppr",
  "url": "http://ehealthontario.ca/fhir/ValueSet/address-type",
  "version": "1.0.0",
  "name": "AddressType",
  "title": "Address Type",
  "status": "draft",
  "publisher": "Ontario Health",
  "description": "Codes supported by Ontario Health differentiating mailing from physical addresses",
  "immutable": false,
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/address-type",
        "concept": [
          {
            "code": "postal",
            "display": "Postal"
          },
          {
            "code": "physical",
            "display": "Physical"
          }
        ]
      }
    ]
  }
}