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

FHIR IG analytics

Packagevzvz.fhir.mitz
Resource TypePatient
Idmitz-patient-example.json
FHIR VersionR4B

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Patient",
  "id": "mitz-patient-example",
  "meta": {
    "profile": [
      "http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient"
    ]
  },
  "identifier": [
    {
      "system": "http://fhir.nl/fhir/NamingSystem/bsn",
      "value": "123456789"
    }
  ],
  "telecom": [
    {
      "system": "email",
      "value": "john.smith@provider.com"
    },
    {
      "system": "phone",
      "value": "+31699999555"
    }
  ],
  "birthDate": "1997-07-03"
}