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

FHIR IG analytics

Packagehl7.fhir.uv.cpg.r4
Resource TypeMedicationRequest
IdMedicationRequest-chf-scenario1-lasix-po-mr.json
FHIR VersionR4

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

Generated Narrative: MedicationRequest chf-scenario1-lasix-po-mr

status: Draft

intent: Proposal

priority: Routine

medication: LASIX PO

subject: Patterson, Jeremy Male, DoB: 1949-03-17

instantiatesCanonical: CHFLASIXPO

dosageInstruction

sequence: 1

text: 40mg

route: Oral Route (qualifier value)

DoseAndRates

-TypeDose[x]
*Ordered40 mg (Details: UCUM codemg = 'mg')

Source1

{
  "resourceType": "MedicationRequest",
  "id": "chf-scenario1-lasix-po-mr",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/cpg/StructureDefinition/chf-lasix-po-request"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "draft",
  "intent": "proposal",
  "priority": "routine",
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/uv/cpg/CodeSystem/chf-example-codes",
        "code": "lasix-po",
        "display": "LASIX PO"
      }
    ]
  },
  "subject": {
    "reference": "Patient/chf-scenario1-patient"
  },
  "instantiatesCanonical": [
    "http://hl7.org/fhir/uv/cpg/ActivityDefinition/chf-lasix-po"
  ],
  "dosageInstruction": [
    {
      "sequence": 1,
      "text": "40mg",
      "route": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "26643006",
            "display": "Oral Route (qualifier value)"
          }
        ]
      },
      "doseAndRate": [
        {
          "type": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/dose-rate-type",
                "code": "ordered",
                "display": "Ordered"
              }
            ]
          },
          "doseQuantity": {
            "value": 40,
            "unit": "mg",
            "system": "http://unitsofmeasure.org",
            "code": "mg"
          }
        }
      ]
    }
  ]
}