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

FHIR IG analytics

Packagepipeline-test
Resource TypePatient
IdPatient-ExampleBelgianPatientFrench.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 ExampleBelgianPatientFrench

Language: fr-BE

Marie Lemaire Female, DoB: 1992-08-23 ( https://www.ehealth.fgov.be/standards/fhir/NamingSystem/ssin#98765432109)


Contact DetailAvenue Louise 54 Bruxelles 1050 BE
Language:Français (Belgique) (preferred)

Source1

{
  "resourceType": "Patient",
  "id": "ExampleBelgianPatientFrench",
  "language": "fr-BE",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://www.ehealth.fgov.be/standards/fhir/NamingSystem/ssin",
      "value": "98765432109"
    }
  ],
  "name": [
    {
      "family": "Lemaire",
      "given": [
        "Marie"
      ]
    }
  ],
  "gender": "female",
  "birthDate": "1992-08-23",
  "address": [
    {
      "line": [
        "Avenue Louise 54"
      ],
      "city": "Bruxelles",
      "postalCode": "1050",
      "country": "BE"
    }
  ],
  "communication": [
    {
      "language": {
        "coding": [
          {
            "system": "urn:ietf:bcp:47",
            "code": "fr-BE",
            "display": "Français (Belgique)"
          }
        ]
      },
      "preferred": true
    }
  ]
}