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

FHIR IG analytics

Packagehl7.fhir.us.pdmp.r4
Resource TypeMedicationAdministration
IdMedicationAdministration-pdmp-medadmin-1.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 pdmp-medadmin-1

PDMP Extension - Prescription Transmission Method: PMIX Transmission Form Of Rx Origin Code Type 02: Telephone Prescription

status: Completed

medication: methadone hydrochloride 10 MG Oral Tablet

subject: Amy V. Shaw

effective: 2023-01-15 04:30:00+0100 --> (ongoing)

Performers

-Actor
*Ronald Bone, MD (Identifier: NPI/1669512349)

Dosages

-TextDose
*Give 1 tablet1 each

Source1

{
  "resourceType": "MedicationAdministration",
  "id": "pdmp-medadmin-1",
  "meta": {
    "source": "http://example.org/md-pdmp",
    "profile": [
      "http://hl7.org/fhir/us/pdmp/StructureDefinition/pdmp-medicationadministration"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/us/pdmp/StructureDefinition/pdmp-extension-rx-transmission-method",
      "valueCoding": {
        "system": "http://terminology.hl7.org/CodeSystem/PMIXTransmissionFormRxOriginCodeType",
        "code": "02",
        "display": "Telephone Prescription"
      }
    }
  ],
  "status": "completed",
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code": "864706",
        "display": "methadone hydrochloride 10 MG Oral Tablet"
      },
      {
        "system": "http://hl7.org/fhir/sid/ndc",
        "code": "00406577123",
        "display": "METHADONE HYDROCHLORIDE, 1 TABLET in 1 BLISTER PACK (0406-5771-23) (package)",
        "userSelected": true
      }
    ],
    "text": "methadone hydrochloride 10 MG Oral Tablet"
  },
  "subject": {
    "display": "Amy V. Shaw"
  },
  "effectivePeriod": {
    "start": "2023-01-15T04:30:00+01:00"
  },
  "performer": [
    {
      "actor": {
        "identifier": {
          "system": "http://hl7.org/fhir/sid/us-npi",
          "value": "1669512349"
        },
        "display": "Ronald Bone, MD"
      }
    }
  ],
  "dosage": {
    "text": "Give 1 tablet",
    "dose": {
      "value": 1,
      "unit": "each"
    }
  }
}