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

FHIR IG analytics

Packagehl7.fhir.uv.cpg.r4
Resource TypeMedicationAdministration
IdMedicationAdministration-am-scenario4.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: MedicationAdministration am-scenario4

status: Completed

medication: Product containing precisely fentanyl 25 microgram/1 hour prolonged-release transdermal patch (clinical drug)

subject: Example Patient Female, DoB: 1990-10-01

effective: 2015-01-15 22:03:00+0100 --> 2015-01-16 02:03:00+0100

request: MedicationRequest: status = active; intent = order; priority = routine; medication[x] = Product containing precisely fentanyl 25 microgram/1 hour prolonged-release transdermal patch (clinical drug)

Dosages

-TextDose
*apply one patch three times per week1 patch (Details: Orderable Drug Form codePATCH = 'Patch')

Source1

{
  "resourceType": "MedicationAdministration",
  "id": "am-scenario4",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-medicationadministration"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "769510009",
        "display": "Product containing precisely fentanyl 25 microgram/1 hour prolonged-release transdermal patch (clinical drug)"
      }
    ]
  },
  "subject": {
    "reference": "Patient/am-scenario4-patient"
  },
  "effectivePeriod": {
    "start": "2015-01-15T22:03:00+01:00",
    "end": "2015-01-16T02:03:00+01:00"
  },
  "request": {
    "reference": "MedicationRequest/am-scenario4-mr"
  },
  "dosage": {
    "text": "apply one patch three times per week",
    "dose": {
      "value": 1,
      "unit": "patch",
      "system": "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm",
      "code": "PATCH"
    }
  }
}