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

FHIR IG analytics

Packageihe.pharm.mpd.r4
Resource TypeBundle
IdBundle-200-multiitem-prescription-without-orchestration.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": "200-multiitem-prescription-without-orchestration",
  "type": "collection",
  "entry": [
    {
      "fullUrl": "http://example.org/MedicationRequest/200-2-medication-prescription-request2",
      "resource": {
        "resourceType": "MedicationRequest",
        "id": "200-2-medication-prescription-request2",
        "meta": {
          "profile": [
            "https://profiles.ihe.net/PHARM/MPD/StructureDefinition/IHEMedicationOrder"
          ]
        },
        "identifier": [
          {
            "value": "200-2/2"
          }
        ],
        "status": "active",
        "intent": "order",
        "medicationCodeableConcept": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "374647008",
              "display": "Amoxicillin 875 mg oral tablet"
            }
          ]
        },
        "subject": {
          "reference": "Patient/patient1"
        },
        "authoredOn": "2024-10-06",
        "requester": {
          "reference": "PractitionerRole/doctor1"
        },
        "reasonCode": [
          {
            "coding": [
              {
                "system": "http://snomed.info/sct",
                "code": "88348008",
                "display": "Maxillary sinusitis"
              }
            ]
          }
        ],
        "groupIdentifier": {
          "value": "200"
        },
        "dosageInstruction": [
          {
            "timing": {
              "repeat": {
                "boundsDuration": {
                  "value": 7,
                  "unit": "day",
                  "system": "http://unitsofmeasure.org",
                  "code": "d"
                },
                "frequency": 2,
                "period": 1,
                "periodUnit": "d"
              }
            },
            "doseAndRate": [
              {
                "doseQuantity": {
                  "value": 1,
                  "unit": "Tablet",
                  "system": "http://snomed.info/sct",
                  "code": "732936001"
                }
              }
            ]
          }
        ],
        "dispenseRequest": {
          "validityPeriod": {
            "start": "2024-10-06",
            "end": "2024-12-06"
          },
          "numberOfRepeatsAllowed": 1,
          "quantity": {
            "value": 14,
            "unit": "Tablet",
            "system": "http://snomed.info/sct",
            "code": "732936001"
          }
        }
      }
    },
    {
      "fullUrl": "http://example.org/PractitionerRole/doctor1",
      "resource": {
        "resourceType": "PractitionerRole",
        "id": "doctor1",
        "practitioner": {
          "reference": "Practitioner/practitioner1",
          "display": "Dr Meryl Ärztin"
        },
        "organization": {
          "reference": "Organization/organization1",
          "display": "Dr Ärztin Private Practice"
        },
        "code": [
          {
            "coding": [
              {
                "system": "http://snomed.info/sct",
                "code": "309295000",
                "display": "Clinical oncologist"
              }
            ]
          }
        ]
      }
    },
    {
      "fullUrl": "http://example.org/Patient/patient1",
      "resource": {
        "resourceType": "Patient",
        "id": "patient1",
        "identifier": [
          {
            "value": "12345"
          }
        ],
        "name": [
          {
            "family": "Engine",
            "given": [
              "Thomas"
            ]
          }
        ],
        "gender": "male",
        "birthDate": "1950-09-15"
      }
    }
  ]
}