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

FHIR IG Statistics: CodeSystem/codesystem-Patient-residentialStatus

Packagehsg.asg-well
Resource TypeCodeSystem
Idcodesystem-Patient-residentialStatus
FHIR VersionR4B
Sourcehttps://simplifier.net/resolve?scope=hsg.asg-well@1.0.11&canonical=http://ihis.sg/CodeSystem/hsg-residential-status
URLhttp://ihis.sg/CodeSystem/hsg-residential-status
Version1.0.0
Statusactive
Namecodesystem-Patient-residentialStatus
Titlecodesystem-Patient-residentialStatus
DescriptionResidential Status
Contentcomplete

Resources that use this resource

ValueSet
hsg-residential-statusvalueset-Patient-residentialStatus

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "CodeSystem",
  "id": "codesystem-Patient-residentialStatus",
  "url": "http://ihis.sg/CodeSystem/hsg-residential-status",
  "version": "1.0.0",
  "name": "codesystem-Patient-residentialStatus",
  "title": "codesystem-Patient-residentialStatus",
  "status": "active",
  "experimental": false,
  "publisher": "Synapxe",
  "contact": [
    {
      "name": "HSAR team"
    }
  ],
  "description": "Residential Status",
  "caseSensitive": true,
  "valueSet": "http://ihis.sg/ValueSet/hsg-residential-status",
  "content": "complete",
  "concept": [
    {
      "code": "C",
      "display": "Citizen"
    },
    {
      "code": "P",
      "display": "Permanent Resident"
    }
  ]
}