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

FHIR IG analytics

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

Mark Jensen (no stated gender), DoB: 1982-02-02 ( id: mark)



Source1

{
  "resourceType": "Patient",
  "id": "Mark",
  "meta": {
    "profile": [
      "http://fhir.kl.dk/core/StructureDefinition/KLCommonCitizen"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "value": "mark"
    }
  ],
  "name": [
    {
      "family": "Jensen",
      "given": [
        "Mark"
      ]
    }
  ],
  "birthDate": "1982-02-02"
}