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

FHIR IG analytics

Packageimplementation.guide.nhdr
Resource TypePatient
IdPatient--duplicate-3.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",
  "meta": {
    "lastUpdated": "2024-07-14T12:15:00.865+00:00"
  },
  "identifier": [
    {
      "system": "http://acme.org/mrns",
      "value": "12345"
    }
  ],
  "name": [
    {
      "family": "Jameson",
      "given": [
        "J",
        "Jonas"
      ]
    }
  ],
  "gender": "male"
}