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

FHIR IG analytics

Packagesynapxe.nde
Resource TypePatient
IdPatientUpdateRequest.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": "2",
    "lastUpdated": "2025-08-19T09: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 Bee Leng"
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+65-61234567",
      "use": "mobile"
    }
  ],
  "gender": "female",
  "birthDate": "1985-02-02",
  "address": [
    {
      "type": "both",
      "line": [
        "456 Example Avenue"
      ],
      "postalCode": "654321",
      "country": "Singapore"
    }
  ],
  "contact": [
    {
      "relationship": [
        {
          "coding": [
            {
              "system": "http://hl7.org/fhir/CodeSystem/patient-contactrelationship",
              "code": "E",
              "display": "Emergency"
            }
          ]
        }
      ],
      "name": {
        "text": "Lim Ah Kow"
      },
      "telecom": [
        {
          "system": "phone",
          "value": "+65-69876543"
        }
      ]
    }
  ],
  "communication": [
    {
      "language": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/CodeSystem/all-languages",
            "code": "en",
            "display": "English"
          }
        ]
      }
    }
  ]
}