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

FHIR IG analytics

Packagemyhealth.eu.fhir.laboratory
Resource TypePatient
IdPatient-SamplePatient.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 SamplePatient

John Albertus Doe Male, DoB: 1989-12-12 ( https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin#89121210976 (use: official, ))


Contact DetailBreydelstraat 4 Brussels 1000 BE

Source1

{
  "resourceType": "Patient",
  "id": "SamplePatient",
  "meta": {
    "profile": [
      "http://fhir.ehdsi.eu/laboratory/StructureDefinition/Patient-lab-myhealtheu"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "system": "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin",
      "value": "89121210976"
    }
  ],
  "name": [
    {
      "family": "Doe",
      "given": [
        "John",
        "Albertus"
      ]
    }
  ],
  "gender": "male",
  "birthDate": "1989-12-12",
  "address": [
    {
      "line": [
        "Breydelstraat 4"
      ],
      "city": "Brussels",
      "postalCode": "1000",
      "country": "BE"
    }
  ]
}