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

FHIR IG analytics

Packagehl7.fhir.uv.ae-research-backport-ig
Resource TypeMedicationAdministration
IdMedicationAdministration-medadmin0301.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

Resource MedicationAdministration "medadmin0301"

status: in-progress

medication:

code: Vancomycin (National drug codes#0069-2587-10)

subject: : Reference(Patient/pat1) Donald Duck

context: : Reference(Encounter/f001) encounter who leads to this prescription

effective: 2015-01-15 14:30:00+0100 --> (ongoing)

Performers

-Actor
*: Reference(Practitioner/f007) Patrick Pump

reasonCode: Given as Ordered (Reason Medication Given Codes#b)

request: : Reference(MedicationRequest/medrx0318)

Dosages

-TextRouteMethodDose
*500mg IV q6h x 3 daysIntravenous route (qualifier value) (SNOMED CT#47625008)IV Push ()500 mg (Details: UCUM code mg = 'mg')

eventHistory:

target: : Reference(ServiceRequest/physiotherapy)

recorded: Feb 1, 2017, 5:23:07 PM

Agents

-RoleWho
*author (originator) (ParticipationType#AUT): Reference(Practitioner/example) Dr Adam Careful

Signatures

-TypeWhenWhoTargetFormatSigFormatData
*Author's Signature (Details: urn:iso-astm:E1762-95:2013 code 1.2.840.10065.1.12.1.1 = 'Author's Signature', stated as 'Author's Signature')Feb 1, 2017, 5:23:07 PM: Practitioner/example Dr Adam Carefulapplication/fhir+xmlapplication/signature+xml(base64 data - 20 bytes)

Generated Narrative: Medication #med0301

code: Vancomycin (National drug codes#0069-2587-10)


Generated Narrative: Provenance #signature

target: : Reference(ServiceRequest/physiotherapy)

recorded: Feb 1, 2017, 5:23:07 PM

Agents

-RoleWho
*author (originator) (ParticipationType#AUT): Reference(Practitioner/example) Dr Adam Careful

Signatures

-TypeWhenWhoTargetFormatSigFormatData
*Author's Signature (Details: urn:iso-astm:E1762-95:2013 code 1.2.840.10065.1.12.1.1 = 'Author's Signature', stated as 'Author's Signature')Feb 1, 2017, 5:23:07 PM: Practitioner/example Dr Adam Carefulapplication/fhir+xmlapplication/signature+xml(base64 data - 20 bytes)

Source1

{
  "resourceType": "MedicationAdministration",
  "id": "medadmin0301",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "contained": [
    {
      "resourceType": "Medication",
      "id": "med0301",
      "code": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/sid/ndc",
            "code": "0069-2587-10"
          }
        ],
        "text": "Vancomycin"
      }
    },
    {
      "resourceType": "Provenance",
      "id": "signature",
      "target": [
        {
          "identifier": {
            "system": "http://hospital.org/",
            "value": "physiotherapy"
          },
          "display": "Reference(ServiceRequest/physiotherapy)"
        }
      ],
      "recorded": "2017-02-01T17:23:07Z",
      "agent": [
        {
          "role": [
            {
              "coding": [
                {
                  "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
                  "code": "AUT"
                }
              ]
            }
          ],
          "who": {
            "display": "Reference(Practitioner/example) Dr Adam Careful"
          }
        }
      ],
      "signature": [
        {
          "type": [
            {
              "system": "urn:iso-astm:E1762-95:2013",
              "code": "1.2.840.10065.1.12.1.1",
              "display": "Author's Signature"
            }
          ],
          "when": "2017-02-01T17:23:07Z",
          "who": {
            "display": "Practitioner/example Dr Adam Careful"
          },
          "targetFormat": "application/fhir+xml",
          "sigFormat": "application/signature+xml",
          "data": "dGhpcyBibG9iIGlzIHNuaXBwZWQ="
        }
      ]
    }
  ],
  "status": "in-progress",
  "medicationReference": {
    "reference": "#med0301"
  },
  "subject": {
    "identifier": {
      "system": "http://hospital.org/",
      "value": "pat1"
    },
    "display": "Reference(Patient/pat1) Donald Duck"
  },
  "context": {
    "identifier": {
      "system": "http://hospital.org/",
      "value": "f001"
    },
    "display": "Reference(Encounter/f001) encounter who leads to this prescription"
  },
  "effectivePeriod": {
    "start": "2015-01-15T14:30:00+01:00"
  },
  "performer": [
    {
      "actor": {
        "identifier": {
          "system": "http://hospital.org/",
          "value": "f007"
        },
        "display": "Reference(Practitioner/f007) Patrick Pump"
      }
    }
  ],
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/reason-medication-given",
          "code": "b",
          "display": "Given as Ordered"
        }
      ]
    }
  ],
  "request": {
    "identifier": {
      "system": "http://hospital.org/",
      "value": "medrx0318"
    },
    "display": "Reference(MedicationRequest/medrx0318)"
  },
  "dosage": {
    "text": "500mg IV q6h x 3 days",
    "route": {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "47625008",
          "display": "Intravenous route (qualifier value)"
        }
      ]
    },
    "method": {
      "text": "IV Push"
    },
    "dose": {
      "value": 500,
      "unit": "mg",
      "system": "http://unitsofmeasure.org",
      "code": "mg"
    }
  },
  "eventHistory": [
    {
      "reference": "#signature",
      "display": "Author's Signature"
    }
  ]
}