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

FHIR IG analytics

Packagehl7.fhir.uv.pddi
Resource TypeMedicationDispense
IdMedicationDispense-medicationdispense-warfarin-nsaid-warfarin-prefetch.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: MedicationDispense medicationdispense-warfarin-nsaid-warfarin-prefetch

status: Completed

category: Outpatient

medication: Warfarin Sodium 5 MG Oral Tablet

subject: Anonymous Patient Male, DoB: 1948-05-10

quantity: 90 {tbl} (Details: UCUM code{tbl} = '{tbl}')

daysSupply: 90 Day (Details: UCUM coded = 'd')

dosageInstruction

timing: Once per 1.0 days

asNeeded: false

DoseAndRates

-TypeDose[x]
*Calculated1.0 tablet

Source1

{
  "resourceType": "MedicationDispense",
  "id": "medicationdispense-warfarin-nsaid-warfarin-prefetch",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "category": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/fhir/CodeSystem/medicationdispense-category",
        "code": "outpatient"
      }
    ]
  },
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code": "855332",
        "display": "Warfarin Sodium 5 MG Oral Tablet"
      }
    ]
  },
  "subject": {
    "reference": "Patient/patient-warfarin-nsaid-over65-prefetch"
  },
  "quantity": {
    "value": 90,
    "system": "http://unitsofmeasure.org",
    "code": "{tbl}"
  },
  "daysSupply": {
    "value": 90,
    "unit": "Day",
    "system": "http://unitsofmeasure.org",
    "code": "d"
  },
  "dosageInstruction": [
    {
      "timing": {
        "repeat": {
          "frequency": 1,
          "period": 1,
          "periodUnit": "d"
        }
      },
      "asNeededBoolean": false,
      "doseAndRate": [
        {
          "type": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/dose-rate-type",
                "code": "calculated"
              }
            ]
          },
          "doseQuantity": {
            "value": 1,
            "unit": "tablet"
          }
        }
      ]
    }
  ]
}