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

FHIR IG analytics

Packagede.j-med.myjmed
Resource TypeBundle
IdBundle-MyJMedAdministrationBundleExample.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": "Bundle",
  "id": "MyJMedAdministrationBundleExample",
  "meta": {
    "profile": [
      "https://fhir.j-med.de/StructureDefinition/myjmed-administration-bundle"
    ]
  },
  "entry": [
    {
      "fullUrl": "urn:uuid:patient-123",
      "resource": {
        "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"
      }
    },
    {
      "fullUrl": "urn:uuid:practitioner-456",
      "resource": {
        "resourceType": "Practitioner",
        "id": "MyJMedPractitionerExample",
        "meta": {
          "profile": [
            "https://fhir.j-med.de/StructureDefinition/myjmed-practitioner"
          ]
        },
        "identifier": [
          {
            "system": "http://praxis.myjmed.example/practitioner-id",
            "value": "PR-0456"
          }
        ],
        "name": [
          {
            "given": [
              "Monika"
            ],
            "use": "official",
            "family": "Engelhardt"
          }
        ],
        "telecom": [
          {
            "system": "email",
            "value": "monika.engelhardt@onkologiepraxis.de"
          }
        ],
        "qualification": [
          {
            "code": {
              "text": "Fachärztin für Hämatologie und Onkologie"
            }
          }
        ],
        "gender": "female"
      }
    },
    {
      "fullUrl": "urn:uuid:organization-001",
      "resource": {
        "resourceType": "Organization",
        "id": "MyJMedOrganizationExample",
        "meta": {
          "profile": [
            "https://fhir.j-med.de/StructureDefinition/myjmed-organization"
          ]
        },
        "identifier": [
          {
            "system": "http://praxis.myjmed.example/organization-id",
            "value": "ORG-001"
          }
        ],
        "name": "Onkologie Praxis am Park"
      }
    },
    {
      "fullUrl": "urn:uuid:location-001",
      "resource": {
        "resourceType": "Location",
        "id": "MyJMedLocationExample",
        "meta": {
          "profile": [
            "https://fhir.j-med.de/StructureDefinition/myjmed-location"
          ]
        },
        "telecom": [
          {
            "system": "phone",
            "value": "+49-761-987654"
          }
        ],
        "address": {
          "line": [
            "Hauptstraße 15"
          ],
          "use": "work",
          "city": "Freiburg",
          "postalCode": "79098",
          "country": "DE"
        },
        "name": "Onkologie Praxis am Park"
      }
    }
  ],
  "type": "collection"
}