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

FHIR IG analytics

Packageorg.dhin-hie.sandbox
Resource TypePatient
IdPatient-NgPatient-001-Pseudo.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Patient NgPatient-001-Pseudo

Last updated: 2025-11-04 08:30:00+0000

Profile: NG Patient

Female-01 Client Female, DoB: 1995-02-01 ( Pseudonymized Identifier: PSN-8A7F-2C19-KE95)


Active:true
Contact DetailLA

Source1

{
  "resourceType": "Patient",
  "id": "NgPatient-001-Pseudo",
  "meta": {
    "lastUpdated": "2025-11-04T08:30:00Z",
    "profile": [
      "https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-patient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "https://sandbox.dhin-hie.org/ig/CodeSystem/patient-identifier-cs",
            "code": "PSEUDONYM",
            "display": "Pseudonymized Identifier"
          }
        ]
      },
      "system": "https://sandbox.dhin-hie.org/ig/CodeSystem/patient-identifier-cs",
      "value": "PSN-8A7F-2C19-KE95"
    }
  ],
  "active": true,
  "name": [
    {
      "family": "Client",
      "given": [
        "Female-01"
      ]
    }
  ],
  "gender": "female",
  "birthDate": "1995-02-01",
  "address": [
    {
      "state": "LA"
    }
  ]
}