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

FHIR IG analytics

Packagesurescripts.specialty
Resource TypeMedicationRequest
IdSRxDataResponseExampleAcceleratorMedicationPrescribed.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": "MedicationRequest",
  "id": "e3a6eea9-7f5a-421a-b1f2-ba07096ed701",
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "PLAC",
            "display": "Placer Identifier"
          }
        ],
        "text": "Prescriber Order Number"
      },
      "value": "55555",
      "assigner": {
        "display": "General Hospital"
      }
    }
  ],
  "status": "active",
  "intent": "order",
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code": "802652",
        "display": "1 ML Enbrel 50 MG/ML Prefilled Syringe"
      },
      {
        "system": "http://hl7.org/fhir/sid/ndc",
        "code": "58406043501",
        "display": "1 ML Enbrel 50 MG/ML Prefilled Syringe"
      }
    ],
    "text": "1 ML Enbrel 50 MG/ML Prefilled Syringe"
  },
  "subject": {
    "reference": "urn:uuid:2a04d614-080b-4668-905e-091d17218900",
    "type": "Patient"
  },
  "authoredOn": "2020-12-04T05:38:33+00:00",
  "requester": {
    "reference": "urn:uuid:86dc932a-8387-4b4c-835f-cb917f1ecbf4",
    "type": "Practitioner"
  },
  "reasonReference": [
    {
      "reference": "urn:uuid:a10e962f-3366-4b3e-afba-13769bd73d17",
      "type": "Condition"
    }
  ],
  "dosageInstruction": [
    {
      "text": "Inject at a slow and steady rate"
    }
  ],
  "dispenseRequest": {
    "quantity": {
      "value": 1,
      "unit": "mL",
      "system": "http://unitsofmeasure.org",
      "code": "mL"
    },
    "expectedSupplyDuration": {
      "value": 30,
      "unit": "days",
      "system": "http://unitsofmeasure.org",
      "code": "d"
    },
    "performer": {
      "reference": "urn:uuid:efdecbee-a64f-4c1a-bdea-5d0907d079f7",
      "type": "Organization"
    }
  }
}