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

FHIR IG analytics

Packageimplementation.guide.nhdr
Resource TypePatient
IdPatient-smartTranBundlePatient2.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

Some narrative

Source1

{
  "resourceType": "Patient",
  "id": "smartTranBundlePatient2",
  "meta": {
    "lastUpdated": "2024-07-14T13:03:39.949+00:00"
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http:/example.org/fhir/ids",
      "value": "234234"
    }
  ],
  "active": true,
  "name": [
    {
      "use": "official",
      "family": "Chalmers",
      "given": [
        "Peter",
        "JameeeeSSSSeees"
      ]
    }
  ],
  "gender": "male",
  "birthDate": "1974-12-25"
}