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

FHIR IG analytics

Packagehl7.fhir.us.pacio-toc.r4b
Resource TypeMedicationRequest
IdMedicationRequest-BSJ-SMPMedReq1.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 BSJ-SMPMedReq1

status: Active

intent: Order

medication: atorvastatin 40 MG Oral Tablet

subject: Betsy Smith-Johnson

authoredOn: 2024-08-11

reasonCode: Hyperlipidemia

DosageInstructions

-SequenceText
*1po nightly

Source1

{
  "resourceType": "MedicationRequest",
  "id": "BSJ-SMPMedReq1",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "intent": "order",
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code": "617311",
        "display": "atorvastatin 40 MG Oral Tablet"
      }
    ]
  },
  "subject": {
    "reference": "Patient/Example-Smith-Johnson-Patient1",
    "display": "Betsy Smith-Johnson"
  },
  "authoredOn": "2024-08-11",
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "55822004",
          "display": "Hyperlipidemia"
        }
      ]
    }
  ],
  "dosageInstruction": [
    {
      "sequence": 1,
      "text": "po nightly"
    }
  ]
}