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

FHIR IG analytics

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

status: Completed

intent: Order

medication: Misoprostol 200mcg take 4 tabs BUC 24-48h after mifepristone x1

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

dosageInstruction

text: 200mcg take 4 tabs buccally 24-48h after mifepristone x1

timing: Count 1 times, Once per 1 day

route: Buccal route

DoseAndRates

-Dose[x]
*800 ug (Details: UCUM codeug = 'ug')

Source1

{
  "resourceType": "MedicationRequest",
  "id": "MaxineMayfield16Misoprostol",
  "meta": {
    "security": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
        "code": "R"
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "code": "SEX"
      },
      {
        "system": "http://SHIFT-Task-Force.github.io/SLS-ValueSets/CodeSystem/extraSensitivityCodes",
        "code": "ABORTION"
      }
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "intent": "order",
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code": "317128",
        "display": "misoprostol 0.2 MG Oral Tablet"
      }
    ],
    "text": "Misoprostol 200mcg take 4 tabs BUC 24-48h after mifepristone x1"
  },
  "subject": {
    "reference": "Patient/MaxineMayfield16"
  },
  "dosageInstruction": [
    {
      "text": "200mcg take 4 tabs buccally 24-48h after mifepristone x1",
      "timing": {
        "repeat": {
          "count": 1,
          "frequency": 1,
          "period": 1,
          "periodUnit": "d"
        }
      },
      "route": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "54471007",
            "display": "Buccal route"
          }
        ]
      },
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 800,
            "unit": "ug",
            "system": "http://unitsofmeasure.org",
            "code": "ug"
          }
        }
      ]
    }
  ]
}