FHIR IG analytics| Package | hl7.fhir.us.pdmp.r4 |
| Resource Type | MedicationAdministration |
| Id | MedicationAdministration-pdmp-medadmin-1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationAdministration pdmp-medadmin-1
Information Source: http://example.org/md-pdmp
Profile: PDMP MedicationAdministration
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)
| Actor |
| Ronald Bone, MD (Identifier: NPI/1669512349) |
| Text | Dose |
| Give 1 tablet | 1 each |
{
"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"
}
}
}