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

FHIR IG analytics

Packagehl7.fhir.us.resp-net.r4b
Resource TypeMedicationRequest
IdMedicationRequest-self-tylenol.json
FHIR VersionR4B

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

Narrative

id: self-tylenol

identifier: id: 12345689 (OFFICIAL)

status: active

intent: plan

reported: true

medication: Tylenol PM Pill

subject: Eve Everywoman.


Source1

{
  "resourceType": "MedicationRequest",
  "id": "self-tylenol",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "system": "http://acme.org/prescriptions",
      "value": "12345689"
    }
  ],
  "status": "active",
  "intent": "plan",
  "reportedBoolean": true,
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code": "1187314",
        "display": "Tylenol PM Pill"
      }
    ],
    "text": "Tylenol PM Pill"
  },
  "subject": {
    "reference": "Patient/patient-respnet-eve-everywoman",
    "display": "Eve Everywoman"
  },
  "encounter": {
    "reference": "Encounter/resp-net-encounter-example",
    "display": "inpatient"
  },
  "authoredOn": "2019-06-24",
  "requester": {
    "reference": "Patient/patient-respnet-eve-everywoman",
    "display": "**self-prescribed**"
  },
  "dosageInstruction": [
    {
      "text": "Takes 1-2 tablets once daily at bedtime as needed for restless legs"
    }
  ]
}