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

FHIR IG analytics

Packagesynapxe.nde
Resource TypePatient
IdPatientResponse.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Patient",
  "id": "pat-123456",
  "meta": {
    "profile": [
      "https://fhir.synapxe.sg/StructureDefinition/profile-patient"
    ],
    "versionId": "1",
    "lastUpdated": "2025-08-18T09:00:00+08:00"
  },
  "extension": [
    {
      "url": "countryOfBirth",
      "valueString": "Singapore"
    },
    {
      "url": "nationality",
      "valueString": "Singaporean"
    },
    {
      "url": "race",
      "valueString": "Chinese"
    },
    {
      "url": "religion",
      "valueString": "Buddhism"
    }
  ],
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "https://fhir.synapxe.sg/CodeSystem/sgidentifiertypes",
            "code": "NRIC",
            "display": "National Registration Identity Card"
          }
        ]
      },
      "system": "https://fhir.synapxe.sg/NamingSystem/nric",
      "value": "S1234567A"
    }
  ],
  "name": [
    {
      "use": "official",
      "text": "Tan Ah Kow"
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+65-61234567",
      "use": "mobile"
    }
  ],
  "gender": "male",
  "birthDate": "1980-01-01",
  "address": [
    {
      "type": "both",
      "line": [
        "123 Example Street"
      ],
      "postalCode": "123456",
      "country": "Singapore"
    }
  ],
  "contact": [
    {
      "relationship": [
        {
          "coding": [
            {
              "system": "http://hl7.org/fhir/CodeSystem/patient-contactrelationship",
              "code": "E",
              "display": "Emergency"
            }
          ]
        }
      ],
      "name": {
        "text": "Lim Bee Leng"
      },
      "telecom": [
        {
          "system": "phone",
          "value": "+65-69876543"
        }
      ]
    }
  ],
  "communication": [
    {
      "language": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/CodeSystem/all-languages",
            "code": "en",
            "display": "English"
          }
        ]
      }
    }
  ]
}