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

FHIR IG analytics

Packagehl7.fhir.be.public-health
Resource TypePatient
IdPatient-exampleMaleBePatient.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

Bauer Jack male, DoB Unknown ( BeSSINNamingSystem/12345)



Source1

{
  "resourceType": "Patient",
  "id": "exampleMaleBePatient",
  "meta": {
    "profile": [
      "https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-patient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin",
      "value": "12345"
    }
  ],
  "name": [
    {
      "family": "Jack",
      "given": [
        "Bauer"
      ]
    }
  ],
  "gender": "male"
}