This page is part of the NHSN Reporting: Inpatient Medication Administration (v1.0.0: STU 1 on FHIR R4) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions
@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:MedicationRequest;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "medicationrequest-med-admin-1"];
fhir:Resource.meta [
fhir:Meta.versionId [ fhir:value "3" ];
fhir:Meta.lastUpdated [ fhir:value "2021-02-17T01:55:30.155+00:00"^^xsd:dateTime ];
fhir:Meta.source [ fhir:value "#Sx1NL0pXyx8WRvLM" ];
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/us/core/StructureDefinition/us-core-medicationrequest";
fhir:index 0;
fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-medicationrequest> ]
];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>status</b>: completed</p><p><b>intent</b>: order</p><p><b>medication</b>: <span title=\"Codes: {http://www.nlm.nih.gov/research/umls/rxnorm 617311}\">atorvastatin calcium 40 MG Oral Tablet</span></p><p><b>subject</b>: <a href=\"Patient-patient-med-admin-1.html\">Name: 'masked'. Generated Summary: id: ?ngen-9?; active; ; gender: female; birthDate: 1974-11-24</a></p><p><b>encounter</b>: <a href=\"Encounter-encounter-completed-inpatient-med-admin-1.html\">Inpatient encounter for name 'masked'. Generated Summary: status: finished; <span title=\"{http://terminology.hl7.org/CodeSystem/v3-ActCode IMP}\">inpatient encounter</span>; <span title=\"Codes: {http://snomed.info/sct 24882007}\">Medical consultation on hospital inpatient</span>; period: 2021-01-01 --> 2021-01-12</a></p><p><b>authoredOn</b>: 2021-01-03</p><p><b>requester</b>: <a href=\"Practitioner-practitioner-med-admin-henry-seven.html\">Henry Seven, MD. Generated Summary: id: 9933339108; Seven Henry ; henry.seven@example.com</a></p></div>"
];
fhir:MedicationRequest.status [ fhir:value "completed"];
fhir:MedicationRequest.intent [ fhir:value "order"];
fhir:MedicationRequest.medicationCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://www.nlm.nih.gov/research/umls/rxnorm" ];
fhir:Coding.code [ fhir:value "617311" ];
fhir:Coding.display [ fhir:value "atorvastatin calcium 40 MG Oral Tablet" ] ];
fhir:CodeableConcept.text [ fhir:value "atorvastatin calcium 40 MG Oral Tablet" ]
];
fhir:MedicationRequest.subject [
fhir:Reference.reference [ fhir:value "Patient/patient-med-admin-1" ];
fhir:Reference.display [ fhir:value "Name: 'masked'" ]
];
fhir:MedicationRequest.encounter [
fhir:Reference.reference [ fhir:value "Encounter/encounter-completed-inpatient-med-admin-1" ];
fhir:Reference.display [ fhir:value "Inpatient encounter for name 'masked'" ]
];
fhir:MedicationRequest.authoredOn [ fhir:value "2021-01-03"^^xsd:date];
fhir:MedicationRequest.requester [
fhir:Reference.reference [ fhir:value "Practitioner/practitioner-med-admin-henry-seven" ];
fhir:Reference.display [ fhir:value "Henry Seven, MD" ]
];
fhir:MedicationRequest.dosageInstruction [
fhir:index 0;
fhir:Dosage.route [
fhir:CodeableConcept.coding [
fhir:index 0;
a sct:26643006;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "26643006" ];
fhir:Coding.display [ fhir:value "Oral route (qualifier value)" ] ];
fhir:CodeableConcept.text [ fhir:value "Oral route (qualifier value)" ] ];
fhir:Dosage.doseAndRate [
fhir:index 0;
fhir:Dosage.doseAndRate.doseQuantity [
fhir:Quantity.value [ fhir:value "40"^^xsd:decimal ];
fhir:Quantity.unit [ fhir:value "MG" ] ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.