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

FHIR IG analytics

Packagejohnmoehrke.relatedpersonconsent.example
Resource TypePatient
IdPatient-ex-child.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-child

Bob Seebeth Male, DoB: 2014-08-28



Source1

{
  "resourceType": "Patient",
  "id": "ex-child",
  "meta": {
    "security": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code": "HTEST"
      }
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "name": [
    {
      "use": "usual",
      "family": "Seebeth",
      "given": [
        "Bob"
      ]
    }
  ],
  "gender": "male",
  "birthDate": "2014-08-28"
}