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

FHIR IG analytics

Packagehaau3.fhir
Resource TypePatient
IdPatient-grandma-fung.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 grandma-fung

Profile: Patient

Grandma Fung Female, DoB: 1911-01-01 ( https://haau3.com/fhir/NamingSystem/haau3-patient-id#Haau3PatientId#pat-12345)



Source1

{
  "resourceType": "Patient",
  "id": "grandma-fung",
  "meta": {
    "profile": [
      "https://haau3.com/fhir/StructureDefinition/haau3-patient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://haau3.com/fhir/NamingSystem/haau3-patient-id",
      "value": "pat-12345"
    }
  ],
  "name": [
    {
      "family": "Fung",
      "given": [
        "Grandma"
      ]
    }
  ],
  "gender": "female",
  "birthDate": "1911-01-01"
}