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

FHIR IG analytics

Packagequalitype.fhir.samples
Resource TypePatient
IdPatient-patient-example.json
FHIR VersionR4

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": "patient-example",
  "identifier": [
    {
      "system": "http://www.qualitype.de/samples/fhir/NamingSystem/patient-identifier",
      "value": "patient-intern-123"
    }
  ],
  "name": [
    {
      "family": "Mustermann",
      "given": [
        "Max"
      ]
    }
  ],
  "birthDate": "2003-02-01"
}