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

FHIR IG Statistics: ValueSet/valueset-Patient-patientAddressType

Packagehsg.asg-well
Resource TypeValueSet
Idvalueset-Patient-patientAddressType
FHIR VersionR4B
Sourcehttps://simplifier.net/resolve?scope=hsg.asg-well@1.0.11&canonical=http://ihis.sg/ValueSet/hsg-patient-address-type
URLhttp://ihis.sg/ValueSet/hsg-patient-address-type
Version0.1.0
Statusactive
Date2021-12-01
Namevalueset-Patient-patientAddressType
Titlevalueset-Patient-patientAddressType
DescriptionPatient Address Type

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
hsg-patient-address-typecodesystem-Patient-patientAddressType

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "valueset-Patient-patientAddressType",
  "url": "http://ihis.sg/ValueSet/hsg-patient-address-type",
  "version": "0.1.0",
  "name": "valueset-Patient-patientAddressType",
  "title": "valueset-Patient-patientAddressType",
  "status": "active",
  "date": "2021-12-01",
  "publisher": "Synapxe",
  "description": "Patient Address Type",
  "compose": {
    "include": [
      {
        "system": "http://ihis.sg/CodeSystem/hsg-patient-address-type",
        "concept": [
          {
            "code": "A",
            "display": "Apartment Block"
          },
          {
            "code": "B",
            "display": "Without Apartment Block"
          },
          {
            "code": "X",
            "display": "Reverse of Apartment Block and Street Name"
          },
          {
            "code": "C",
            "display": "Overseas Address"
          },
          {
            "code": "D",
            "display": "Private flats with Apartment Block"
          },
          {
            "code": "E",
            "display": "C/O Apartment Block"
          },
          {
            "code": "F",
            "display": "C/O without apartment Block"
          },
          {
            "code": "Q",
            "display": "Quarter Address"
          },
          {
            "code": "I",
            "display": "Island Address"
          },
          {
            "code": "Z",
            "display": "Address type not from ICA"
          }
        ]
      }
    ]
  }
}