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

FHIR IG analytics

Packagehl7.fhir.nl.zorgviewer
Resource TypeMedicationRequest
IdMedicationRequest-MedicationRequest-Nexus.json
FHIR VersionR3

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Medication Agreement. typeCode-SUBJ: 2214799. Ordered By: Aalders, JCA (CAR)
Medication GLYCEROFOSFORZ. INFCONC 1MMOL/ML(FOSFAAT) AMP 20ML
Authored 10:39:07, 3 October 2023
Use Duration FromNoTo 10:38:00, 3 October 2023
Dosage Instruction
Sequence: 1
Timing:
, once per ucum-d08:00:00
Route Of Administration: INTRAVENEUS
doseQuantity: 1.0 ml

Source1

{
  "resourceType": "MedicationRequest",
  "id": "MedicationRequest-Nexus",
  "meta": {
    "lastUpdated": "2024-04-17T12:00:48.873+02:00",
    "profile": [
      "http://nictiz.nl/fhir/StructureDefinition/zib-MedicationAgreement"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://nictiz.nl/fhir/StructureDefinition/zib-Medication-PeriodOfUse",
      "valuePeriod": {
        "start": "2023-10-03T10:38:00+02:00"
      }
    }
  ],
  "medicationReference": {
    "reference": "Medication/3899cd0a-ee84-4484-af9b-43ede45ecee6",
    "display": "GLYCEROFOSFORZ. INFCONC 1MMOL/ML(FOSFAAT) AMP 20ML"
  },
  "subject": {
    "reference": "Patient/2214799",
    "display": "2214799"
  },
  "authoredOn": "2023-10-03T10:39:07+02:00",
  "requester": {
    "agent": {
      "reference": "Practitioner/719",
      "display": "Aalders, JCA (CAR)"
    }
  },
  "dosageInstruction": [
    {
      "sequence": 1,
      "timing": {
        "repeat": {
          "boundsDuration": {
            "system": "http://unitsofmeasure.org"
          },
          "frequency": 1,
          "period": 1,
          "periodUnit": "d",
          "timeOfDay": [
            "08:00:00"
          ]
        }
      },
      "route": {
        "coding": [
          {
            "system": "urn:oid:2.16.840.1.113883.2.4.4.9",
            "code": "5",
            "display": "INTRAVENEUS"
          }
        ]
      },
      "doseQuantity": {
        "value": 1,
        "unit": "ml",
        "system": "urn:oid:2.16.840.1.113883.2.4.4.1.900.2",
        "code": "233"
      }
    }
  ]
}