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

FHIR IG analytics

PackageSHIFT-Task-Force.privacy.examples
Resource TypeMedicationRequest
IdMedicationRequest-VeronicaMarsHydrocortisone.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 VeronicaMarsHydrocortisone

status: Active

intent: Order

medication: Hydrocortisone 1% ointment

subject: Veronica Mars (official) Female, DoB: 1994-08-07

authoredOn: 2014-04-21

DosageInstructions

-TextAsNeeded[x]Route
*Apply topically as neededtrueTopical route

Source1

{
  "resourceType": "MedicationRequest",
  "id": "VeronicaMarsHydrocortisone",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "intent": "order",
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code": "203105",
        "display": "hydrocortisone 1 % Topical Ointment"
      }
    ],
    "text": "Hydrocortisone 1% ointment"
  },
  "subject": {
    "reference": "Patient/VeronicaMars"
  },
  "authoredOn": "2014-04-21",
  "dosageInstruction": [
    {
      "text": "Apply topically as needed",
      "asNeededBoolean": true,
      "route": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "6064005",
            "display": "Topical route"
          }
        ]
      }
    }
  ]
}