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

FHIR IG analytics

Packagemyhealth.eu.fhir.core
Resource TypePatient
IdPatient-1d4bbc93-63b7-4f2b-8f0f-8380aa138f49.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

John Doe, born 1965-03-15

Source1

{
  "resourceType": "Patient",
  "id": "1d4bbc93-63b7-4f2b-8f0f-8380aa138f49",
  "meta": {
    "profile": [
      "http://fhir.ehdsi.eu/core/StructureDefinition/patient-myhealtheu-core"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin",
      "value": "65031500145"
    }
  ],
  "name": [
    {
      "family": "Doe",
      "given": [
        "John"
      ]
    }
  ],
  "gender": "male",
  "birthDate": "1965-03-15",
  "address": [
    {
      "line": [
        "Rue de la Loi 1"
      ],
      "city": "Brussels",
      "postalCode": "1000",
      "country": "BE"
    }
  ]
}