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

FHIR IG analytics

Packagenavify.fhir.r5.rdc
Resource TypeMedicationRequest
Idrdc-MedicationRequest-insulin-flow.json
FHIR VersionR5

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": "MedicationRequest",
  "id": "rdc-MedicationRequest-insulin-flow",
  "meta": {
    "profile": [
      "https://roche.com/fhir/iop/StructureDefinition/rdc-MedicationRequest"
    ]
  },
  "status": "active",
  "intent": "proposal",
  "medication": {
    "concept": {
      "coding": [
        {
          "system": "https://roche.com/fhir/iop/cs",
          "code": "67866001_short_acting",
          "display": "Short-acting insulin (substance)"
        }
      ]
    }
  },
  "subject": {
    "reference": "Patient/34605fdc-74aa-4587-a5f0-92e6c5f64527"
  },
  "authoredOn": "2020-02-27T11:14:00+00:00",
  "requester": {
    "reference": "Device/5f0990b9-1be2-4f69-9621-028b6abdf1b5"
  },
  "dosageInstruction": [
    {
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 3,
            "unit": "[iU]",
            "system": "http://unitsofmeasure.org",
            "code": "[iU]"
          }
        }
      ]
    }
  ]
}