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

FHIR IG analytics

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

status: Active

intent: Order

medication: Descovy (tenofovir alafenamide 25mg and emtricitabine 200mg) one tablet PO daily

subject: Maxine Mayfield (official) Female, DoB: 2009-07-18

dosageInstruction

text: one tablet PO daily

timing: Once per 1 day

route: Oral route

DoseAndRates

-Dose[x]
*1 tablet (Details: UCUM code1 = '1')

Source1

{
  "resourceType": "MedicationRequest",
  "id": "MaxineMayfield16Descovy",
  "meta": {
    "security": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
        "code": "R"
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "code": "HIV"
      }
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "intent": "order",
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code": "1747692",
        "display": "Descovy"
      }
    ],
    "text": "Descovy (tenofovir alafenamide 25mg and emtricitabine 200mg) one tablet PO daily"
  },
  "subject": {
    "reference": "Patient/MaxineMayfield16"
  },
  "dosageInstruction": [
    {
      "text": "one tablet PO daily",
      "timing": {
        "repeat": {
          "frequency": 1,
          "period": 1,
          "periodUnit": "d"
        }
      },
      "route": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "26643006",
            "display": "Oral route"
          }
        ]
      },
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 1,
            "unit": "tablet",
            "system": "http://unitsofmeasure.org",
            "code": "1"
          }
        }
      ]
    }
  ]
}