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

FHIR IG Statistics: ValueSet/valueset-Patient-residentialStatus

Packagehsg.asg-well
Resource TypeValueSet
Idvalueset-Patient-residentialStatus
FHIR VersionR4B
Sourcehttps://simplifier.net/resolve?scope=hsg.asg-well@1.0.11&canonical=http://ihis.sg/ValueSet/hsg-residential-status
URLhttp://ihis.sg/ValueSet/hsg-residential-status
Version0.1.0
Statusactive
Date2021-12-01
Namevalueset-Patient-residentialStatus
Titlevalueset-Patient-residentialStatus
DescriptionResidential Status

Resources that use this resource

StructureDefinition
Patient-get-asg-resident-outputoutputProfile-Patient-get-asg-resident

Resources that this resource uses

CodeSystem
hsg-residential-statuscodesystem-Patient-residentialStatus

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "valueset-Patient-residentialStatus",
  "url": "http://ihis.sg/ValueSet/hsg-residential-status",
  "version": "0.1.0",
  "name": "valueset-Patient-residentialStatus",
  "title": "valueset-Patient-residentialStatus",
  "status": "active",
  "date": "2021-12-01",
  "publisher": "Synapxe",
  "description": "Residential Status",
  "compose": {
    "include": [
      {
        "system": "http://ihis.sg/CodeSystem/hsg-residential-status",
        "concept": [
          {
            "code": "C",
            "display": "Citizen"
          },
          {
            "code": "P",
            "display": "Permanent Resident"
          }
        ]
      }
    ]
  }
}