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

FHIR IG analytics

Packagede.j-med.myjmed
Resource TypePatient
IdPatient-MyJMedPatientExample.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": "MyJMedPatientExample",
  "meta": {
    "profile": [
      "https://fhir.j-med.de/StructureDefinition/myjmed-patient"
    ]
  },
  "identifier": [
    {
      "system": "http://praxis.myjmed.example/patient-id",
      "value": "A-000123"
    }
  ],
  "name": [
    {
      "given": [
        "Max"
      ],
      "use": "official",
      "family": "Muster"
    }
  ],
  "address": [
    {
      "line": [
        "Hauptstraße 15"
      ],
      "use": "home",
      "city": "Freiburg",
      "postalCode": "79098",
      "country": "DE"
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+49-761-123456",
      "use": "mobile"
    },
    {
      "system": "email",
      "value": "max.muster@example.org"
    }
  ],
  "birthDate": "1985-04-12",
  "gender": "male"
}