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

FHIR IG analytics

Packageke.fhir.emergency
Resource TypePatient
IdPatient-EMPatientInvalidExample.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 EMPatientInvalidExample

Unknown Male Male, DoB Unknown ( http://example.org/incorrect-tracking-system#TEMP-001 (use: official, ))


Active:true
Emergency Patient Identity Verifiedtrue

Source1

{
  "resourceType": "Patient",
  "id": "EMPatientInvalidExample",
  "meta": {
    "profile": [
      "https://fhir.dha.go.ke/ig/emergency/StructureDefinition/em-patient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://fhir.dha.go.ke/ig/emergency/StructureDefinition/em-patient-identity-verified",
      "valueBoolean": true
    }
  ],
  "identifier": [
    {
      "use": "official",
      "system": "http://example.org/incorrect-tracking-system",
      "value": "TEMP-001"
    }
  ],
  "active": true,
  "name": [
    {
      "text": "Unknown Male"
    }
  ],
  "gender": "male"
}