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

FHIR IG analytics

Packageihe.iti.pcf
Resource TypePatient
IdPatient-ex-mother.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 ex-mother

Security Label: test health data (Details: ActReason code HTEST = 'test health data')

Katie Schmidt Female, DoB Unknown


Alt. Name:Katherine Irene Schmidt (Official)
Contact DetailIR

Source1

{
  "resourceType": "Patient",
  "id": "ex-mother",
  "meta": {
    "security": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code": "HTEST"
      }
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "name": [
    {
      "use": "usual",
      "family": "Schmidt",
      "given": [
        "Katie"
      ]
    },
    {
      "use": "official",
      "family": "Schmidt",
      "given": [
        "Katherine",
        "Irene"
      ]
    }
  ],
  "gender": "female",
  "address": [
    {
      "country": "IR"
    }
  ]
}