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

FHIR IG analytics

Packagesynapxe.hsar
Resource TypeStructureDefinition
Idprofile-Patient-get-enrolled-resident-list.json
FHIR VersionR4B
Sourcehttps://simplifier.net/resolve?scope=synapxe.hsar@1.0.0&canonical=http://ihis.sg/StructureDefinition/Patient-pophealth-get-enrolled-resident-list
URLhttp://ihis.sg/StructureDefinition/Patient-pophealth-get-enrolled-resident-list
Statusactive
Nameprofile-Patient-get-enrolled-resident-list
TypePatient
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
Patient-pophealth-get-residentprofile-Patient-get-resident
enrollment-last-updated-timeextension-Patient-enrollmentLastUpdatedTime
enrollment-periodextension-Patient-enrollmentPeriod
enrollment-statusextension-Patient-enrollmentStatus

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "url": "http://ihis.sg/StructureDefinition/Patient-pophealth-get-enrolled-resident-list",
  "name": "profile-Patient-get-enrolled-resident-list",
  "status": "active",
  "fhirVersion": "4.3.0",
  "kind": "resource",
  "abstract": false,
  "type": "Patient",
  "baseDefinition": "http://ihis.sg/StructureDefinition/Patient-pophealth-get-resident",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Patient.extension:enrollmentPeriod",
        "path": "Patient.extension",
        "sliceName": "enrollmentPeriod",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://ihis.sg/extension/enrollment-period"
            ]
          }
        ]
      },
      {
        "id": "Patient.extension:enrollmentLastUpdatedTime",
        "path": "Patient.extension",
        "sliceName": "enrollmentLastUpdatedTime",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://ihis.sg/extension/enrollment-last-updated-time"
            ]
          }
        ]
      },
      {
        "id": "Patient.extension:enrollmentStatus",
        "path": "Patient.extension",
        "sliceName": "enrollmentStatus",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://ihis.sg/extension/enrollment-status"
            ]
          }
        ]
      },
      {
        "id": "Patient.identifier.system",
        "path": "Patient.identifier.system",
        "short": "Fixed Value: \"http://ihis.sg/identifier/nric\""
      },
      {
        "id": "Patient.identifier.value",
        "path": "Patient.identifier.value",
        "short": "Sample Value: \"S1234567D\""
      },
      {
        "id": "Patient.active",
        "path": "Patient.active",
        "short": "Sample Value: true"
      },
      {
        "id": "Patient.telecom.system",
        "path": "Patient.telecom.system",
        "short": "Sample Value: \"phone\" or \"email\""
      },
      {
        "id": "Patient.gender",
        "path": "Patient.gender",
        "short": "Sample Value: \"male\""
      },
      {
        "id": "Patient.birthDate",
        "path": "Patient.birthDate",
        "short": "Sample Value: \"2021-10-21\""
      },
      {
        "id": "Patient.address.type",
        "path": "Patient.address.type",
        "short": "Sample Value: \"postal\"",
        "definition": "Susy-HSAR mapping => \r\nResidential = postal\r\nHousehold = physical"
      },
      {
        "id": "Patient.address.text",
        "path": "Patient.address.text",
        "short": "Sample Value: \"888, Serangoon Street 81, #11-98, The Trilliant\""
      },
      {
        "id": "Patient.address.line",
        "path": "Patient.address.line",
        "short": "Combination of Block Number, Street Name, Floor Number, Unit Number, Building Name",
        "definition": "line[0] - Block Number\r\nline[1] = Street Name\r\nline[2] = Floor Number\r\nline[3] = Unit Number\r\nline[4] = Building Name\r\nSample Value: [\"888\",\"Serangoon Street 81\",\"11\",\"98\",\"The Trilliant\"]"
      },
      {
        "id": "Patient.address.postalCode",
        "path": "Patient.address.postalCode",
        "short": "Sample Value: \"544267\""
      }
    ]
  }
}