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

FHIR IG analytics

Packagehl7.fhir.us.dental-data-exchange
Resource TypeMedicationRequest
IdMedicationRequest-Tylenol-med-dental.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 Tylenol-med-dental

version: 4; Last updated: 2020-08-06 17:04:23+0000;

Information Source: #KW2tWgQtZYTURdmX

Profile: US Core MedicationRequest Profile

status: Active

intent: Plan

medication: Acetaminophen 300 MG / Codeine Phosphate 30 MG [Tylenol with Codeine]

subject: Patient A

authoredOn: 2020-03-30

requester: Dr. Dental D, DMD

DosageInstructions

-TextRoute
*take 1 tablet every 4 hours as needed for painOral use

dispenseRequest

numberOfRepeatsAllowed: 10

quantity: 300 mg (Details: UCUM codemg = 'mg')

ExpectedSupplyDurations

-ValueUnitSystemCode
*30dayshttp://unitsofmeasure.orgd

Source1

{
  "resourceType": "MedicationRequest",
  "id": "Tylenol-med-dental",
  "meta": {
    "versionId": "4",
    "lastUpdated": "2020-08-06T17:04:23.479+00:00",
    "source": "#KW2tWgQtZYTURdmX",
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-medicationrequest"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "intent": "plan",
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code": "993836",
        "display": "Acetaminophen 300 MG / Codeine Phosphate 30 MG [Tylenol with Codeine]"
      }
    ],
    "text": "Acetaminophen 300 MG / Codeine Phosphate 30 MG [Tylenol with Codeine]"
  },
  "subject": {
    "reference": "Patient/example-dental",
    "display": "Patient A"
  },
  "authoredOn": "2020-03-30",
  "requester": {
    "reference": "Practitioner/practitioner-D",
    "display": "Dr. Dental D, DMD"
  },
  "dosageInstruction": [
    {
      "text": "take 1 tablet every 4 hours as needed for pain",
      "route": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "26643006",
            "display": "Oral use"
          }
        ]
      }
    }
  ],
  "dispenseRequest": {
    "numberOfRepeatsAllowed": 10,
    "quantity": {
      "value": 300,
      "unit": "mg",
      "system": "http://unitsofmeasure.org",
      "code": "mg"
    },
    "expectedSupplyDuration": {
      "value": 30,
      "unit": "days",
      "system": "http://unitsofmeasure.org",
      "code": "d"
    }
  }
}