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

FHIR IG analytics

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

Security Labels: restricted (Details: Confidentiality code R = 'restricted'), behavioral health information sensitivity (Details: ActCode code BH = 'behavioral health information sensitivity')

identifier: http://example.com/demo/medicationrequest-identifier/RX-FLUOXETINE-45602

status: Active

intent: Order

medication: Fluoxetine 20 MG Oral Capsule

subject: Carl Frederickson Male, DoB: 1950-04-22

dosageInstruction

text: 20mg PO daily

timing: Once per 1 day

route: Oral route

DoseAndRates

-Dose[x]
*20 mg (Details: UCUM codemg = 'mg')

Source1

{
  "resourceType": "MedicationRequest",
  "id": "CarlFredericksonFluoxetine",
  "meta": {
    "security": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
        "code": "R"
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "code": "BH"
      }
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://example.com/demo/medicationrequest-identifier",
      "value": "RX-FLUOXETINE-45602"
    }
  ],
  "status": "active",
  "intent": "order",
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code": "315952",
        "display": "fluoxetine 20 MG"
      }
    ],
    "text": "Fluoxetine 20 MG Oral Capsule"
  },
  "subject": {
    "reference": "Patient/CarlFrederickson"
  },
  "dosageInstruction": [
    {
      "text": "20mg 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": 20,
            "unit": "mg",
            "system": "http://unitsofmeasure.org",
            "code": "mg"
          }
        }
      ]
    }
  ]
}