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

FHIR IG analytics

Packagevcds-ig.euvabeco.net
Resource TypePatient
IdPatient-example-patient.json
FHIR VersionR5

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 example-patient

Profile: Patient

Anonymous Patient Female, DoB: 1995-01-22 ( 123456)


Contact DetailSAAR DE

Source1

{
  "resourceType": "Patient",
  "id": "example-patient",
  "meta": {
    "profile": [
      "https://euvabeco.net/vcds-ig/StructureDefinition/Patient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "value": "123456"
    }
  ],
  "gender": "female",
  "birthDate": "1995-01-22",
  "address": [
    {
      "state": "SAAR",
      "country": "DE"
    }
  ]
}