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

FHIR IG analytics

Packagekl.dk.fhir.core
Resource TypePatient
IdPatient-Andreas.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

Andreas Hansen (no stated gender), DoB: 1993-01-05 ( id: andreas)



Source1

{
  "resourceType": "Patient",
  "id": "Andreas",
  "meta": {
    "profile": [
      "http://fhir.kl.dk/core/StructureDefinition/KLCommonCitizen"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "value": "andreas"
    }
  ],
  "name": [
    {
      "family": "Hansen",
      "given": [
        "Andreas"
      ]
    }
  ],
  "birthDate": "1993-01-05"
}