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

FHIR IG analytics

Packagehl7.fhir.uv.cgm
Resource TypePatient
IdPatient-patientExample.json
FHIR VersionR4

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": "patientExample",
  "identifier": [
    {
      "use": "official",
      "system": "http://example.org",
      "value": "ee8d4ac0-545c-4501-8d7e-646bfbda1db5"
    }
  ],
  "name": [
    {
      "family": "Peters",
      "given": [
        "Amy"
      ]
    }
  ],
  "gender": "female",
  "birthDate": "1964-06-20"
}