Implementation Guide
23.1.0 - R4 APIs
Publish Box goes here
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:MedicationAdministration ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "Example1"] ; #
fhir:meta [
fhir:lastUpdated [ fhir:v "2020-02-05T06:06:27.717+05:30"^^xsd:dateTime ] ;
( fhir:profile [
fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-medicationadmin-profile"^^xsd:anyURI ;
fhir:link <https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-medicationadmin-profile> ] ) ;
( fhir:security [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-Confidentiality"^^xsd:anyURI ] ;
fhir:code [ fhir:v "N" ] ;
fhir:display [ fhir:v "Normal" ] ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationAdministration Example1</b></p><a name=\"Example1\"> </a><a name=\"hcExample1\"> </a><a name=\"Example1-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Last updated: 2020-02-05 06:06:27+0530</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-athena-medicationadmin-profile.html\">Administration of medication to a patient</a></p><p style=\"margin-bottom: 0px\">Security Label: Normal (Details: Confidentiality code N = ' normal ', stated as ' Normal ')</p></div><p><b>identifier</b>: Unspecified Identifier/1442678380000620</p><p><b>status</b>: In Progress</p><p><b>medication</b>: <a href=\"Medication/10516\">Ibuprofen 200 mg</a></p><p><b>subject</b>: <a href=\"Patient-Example1.html\">Robert S Benson (official) Male, DoB: 1974-05-21 ( Medical record number)</a></p><p><b>context</b>: <a href=\"Encounter-Example1.html\">Encounter: extension = No display for Extension ,No display for Extension ,No display for Extension ; status = finished; class = ambulatory (ActCode#AMB); type = Office Visit; priority = routine; period = 2020-08-17 21:04:20-0600 --> 2020-08-17 21:07:17-0600</a></p><p><b>effective</b>: 2020-02-05 06:05:00+0530 --> 2020-02-05 06:30:00+0530</p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Practitioner-Example1.html\">Practitioner Harry S. Winston </a></td></tr></table><p><b>reasonCode</b>: <span title=\"Codes:\">BACK PAIN</span></p><p><b>request</b>: <a href=\"MedicationRequest-MR-Example1.html\">MedicationRequest: extension = No display for Extension ,No display for Extension ,No display for Extension ; status = completed; medication[x] = ->WARFARIN SODIUM 10 MG TABS; authoredOn = 2020-02-05 06:00:36-0600; note = Comments for Medication Request</a></p><p><b>note</b>: Instruction for Medication Request\nComments for Med Administration</p><h3>Dosages</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Site</b></td><td><b>Route</b></td><td><b>Dose</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://hl7.org/fhir/v3/ActSite C38288}\">Oral</span></td><td><span title=\"Codes:{http://ncimeta.nci.nih.gov C38288}\">ORAL</span></td><td>4 mg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemg = 'mg')</span></td></tr></table></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-medicationadmin-extension-ndc"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/ndc"^^xsd:anyURI ] ;
fhir:code [ fhir:v "00113051771" ] ] ) ;
fhir:text [ fhir:v "ndc 00113051771" ] ]
] [
fhir:url [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-medicationadmin-extension-ddid"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://docs.wolterskluwercdi.com/codesystems/ddid"^^xsd:anyURI ] ;
fhir:code [ fhir:v "10516" ] ] ) ;
fhir:text [ fhir:v "ddid 10516" ] ]
] [
fhir:url [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-medicationadmin-extension-rxnorm"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "http://www.nlm.nih.gov/research/umls/rxnorm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "310965" ] ]
] ) ; #
fhir:identifier ( [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "U" ] ;
fhir:display [ fhir:v "Unspecified Identifier" ] ] ) ;
fhir:text [ fhir:v "Unspecified Identifier" ] ] ;
fhir:system [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/namingsystem/MedicationAdministrationId/Training"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1442678380000620" ]
] ) ; #
fhir:status [
fhir:v "in-progress" ;
( fhir:extension [
fhir:url [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-originalCode"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/codesystem/medicationadministrationstatus"^^xsd:anyURI ] ;
fhir:code [ fhir:v "NN" ] ;
fhir:display [ fhir:v "In Progress" ] ] ] )
] ; #
fhir:medication [
a fhir:Reference ;
fhir:reference [ fhir:v "Medication/10516" ] ;
fhir:display [ fhir:v "Ibuprofen 200 mg" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/Example1" ]
] ; #
fhir:context [
fhir:reference [ fhir:v "Encounter/Example1" ]
] ; #
fhir:effective [
a fhir:Period ;
fhir:start [ fhir:v "2020-02-05T06:05:00+05:30"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2020-02-05T06:30:00+05:30"^^xsd:dateTime ]
] ; #
fhir:performer ( [
fhir:actor [
fhir:reference [ fhir:v "Practitioner/Example1" ] ]
] ) ; #
fhir:reasonCode ( [
fhir:text [ fhir:v "BACK PAIN" ]
] ) ; #
fhir:request [
fhir:reference [ fhir:v "MedicationRequest/MR-Example1" ]
] ; #
fhir:note ( [
fhir:text [ fhir:v "Instruction for Medication Request\nComments for Med Administration" ]
] ) ; #
fhir:dosage [
fhir:site [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/v3/ActSite"^^xsd:anyURI ] ;
fhir:code [ fhir:v "C38288" ] ;
fhir:display [ fhir:v "Oral" ] ] ) ;
fhir:text [ fhir:v "Oral" ] ] ;
fhir:route [
( fhir:coding [
fhir:system [ fhir:v "http://ncimeta.nci.nih.gov"^^xsd:anyURI ] ;
fhir:code [ fhir:v "C38288" ] ;
fhir:display [ fhir:v "ORAL" ] ] ) ;
fhir:text [ fhir:v "ORAL" ] ] ;
fhir:dose [
fhir:value [ fhir:v "4"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mg" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mg" ] ]
] . #
IG © 2022+ athenahealth. Package athenahealth#23.1.0 based on FHIR 4.0.1. Generated 2024-07-22
Links: Table of Contents |
QA Report