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

FHIR IG analytics

Packagenexuzhealth.fhir.r4
Resource TypeMedicationRequest
Idnxhchemomedicationrequest-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

{
  "authoredOn": "2023-12-05T12:26:19+01:00",
  "category": [
    {
      "coding": [
        {
          "code": "inpatient",
          "display": "Inpatient",
          "system": "http://terminology.hl7.org/CodeSystem/medicationrequest-category"
        }
      ]
    }
  ],
  "courseOfTherapyType": {
    "coding": [
      {
        "code": "acute",
        "display": "Short course (acute) therapy",
        "system": "http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy"
      }
    ]
  },
  "dosageInstruction": [
    {
      "doseAndRate": [
        {
          "doseQuantity": {
            "code": "dosis_mg",
            "system": "https://fhir.nexuzhealth.com/standards/fhir/CodeSystem/kws/emvUnitSystem",
            "unit": "mg",
            "value": 6
          },
          "rateQuantity": {
            "code": "tijd_dag",
            "system": "https://fhir.nexuzhealth.com/standards/fhir/CodeSystem/kws/emvUnitSystem",
            "unit": "dag",
            "value": 3
          }
        }
      ],
      "route": {
        "coding": [
          {
            "code": "SC",
            "display": "subcutaan",
            "system": "https://fhir.nexuzhealth.com/standards/fhir/CodeSystem/kws/apotheek/medischUitvoering/toedieningsweg"
          }
        ]
      },
      "text": "voorbehandeling",
      "timing": {
        "repeat": {
          "boundsPeriod": {
            "end": "2023-12-07T16:14:24+01:00",
            "start": "2023-12-07T16:05:24+01:00"
          },
          "duration": 600,
          "durationUnit": "s"
        }
      }
    }
  ],
  "extension": [
    {
      "url": "https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/nxh-ext-hospitalCode",
      "valueReference": {
        "reference": "Organization/UZL"
      }
    }
  ],
  "groupIdentifier": {
    "system": "https://fhir.nexuzhealth.com/standards/fhir/NamingSystem/kws/apotheek/chemoVoorschriftBundel/voorschriftBundelNr",
    "value": "1761234"
  },
  "id": "CH-1761234-5",
  "identifier": [
    {
      "system": "https://fhir.nexuzhealth.com/standards/fhir/NamingSystem/kws/apotheek/chemoBundelHandeling/handelingNr",
      "use": "usual",
      "value": "1761234-5"
    }
  ],
  "intent": "plan",
  "medicationReference": {
    "reference": "Medication/CH-1761234-5"
  },
  "meta": {
    "lastUpdated": "2023-12-14T07:05:27.068019+00:00",
    "profile": [
      "https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/NxhChemoMedicationRequest"
    ]
  },
  "note": [
    {
      "text": "Neulasta 24u na laatste chemo"
    }
  ],
  "resourceType": "MedicationRequest",
  "status": "active",
  "subject": {
    "reference": "Patient/W8176L4UQB4S"
  }
}