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

FHIR IG analytics

Packagehl7.fhir.us.core.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

Generated Narrative: MedicationRequest self-tylenol

US Core Medication Adherence Extension

  • medicationAdherence: Drugs - partial non-compliance (finding)
  • dateAsserted: 2023-08-11 08:15:49+0000
  • informationSource: Spouse

identifier: http://acme.org/prescriptions/12345689 (use: official, )

status: Active

intent: Plan

reported: true

medication: Tylenol PM Pill

subject: Amy V. Shaw

encounter: Office Visit

authoredOn: 2019-06-24

requester: **self-prescribed**

reasonCode: Headache

DosageInstructions

-Text
*Takes 1-2 tablets once daily at bedtime as needed for restless legs

Source1

{
  "resourceType": "MedicationRequest",
  "id": "self-tylenol",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-medicationrequest|8.0.0"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "extension": [
        {
          "url": "medicationAdherence",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://snomed.info/sct",
                "code": "275928001",
                "display": "Drugs - partial non-compliance (finding)"
              }
            ]
          }
        },
        {
          "url": "dateAsserted",
          "valueDateTime": "2023-08-11T08:15:49.449Z"
        },
        {
          "url": "informationSource",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
                "code": "SPS",
                "display": "Spouse"
              }
            ]
          }
        }
      ],
      "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-medication-adherence"
    }
  ],
  "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/example",
    "display": "Amy V. Shaw"
  },
  "encounter": {
    "reference": "Encounter/example-1",
    "display": "Office Visit"
  },
  "authoredOn": "2019-06-24",
  "requester": {
    "reference": "Patient/example",
    "display": "**self-prescribed**"
  },
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "version": "http://snomed.info/sct/731000124108",
          "code": "25064002",
          "display": "Headache (finding)"
        }
      ],
      "text": "Headache"
    }
  ],
  "dosageInstruction": [
    {
      "text": "Takes 1-2 tablets once daily at bedtime as needed for restless legs"
    }
  ]
}