This page is part of the Mobile Antepartum Summary (v1.0.0-comment: Publication Ballot 1) based on FHIR (HL7® FHIR® Standard) 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:MedicationStatement ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ex-medicationStatement"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/ips/StructureDefinition/MedicationStatement-uv-ips"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/ips/StructureDefinition/MedicationStatement-uv-ips> ] ) ;
( fhir:security [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActReason"^^xsd:anyURI ] ;
fhir:code [ fhir:v "HTEST" ] ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MedicationStatement </b><a name=\"ex-medicationStatement\"> </a><a name=\"hcex-medicationStatement\"> </a></p><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\">ResourceMedicationStatement "ex-medicationStatement" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/uv/ips/STU1.1/StructureDefinition-MedicationStatement-uv-ips.html\">Medication Statement (IPS)</a></p><p style=\"margin-bottom: 0px\">Security Labels: <span title=\"{http://terminology.hl7.org/CodeSystem/v3-ActReason http://terminology.hl7.org/CodeSystem/v3-ActReason}\">http://terminology.hl7.org/CodeSystem/v3-ActReason</span></p></div><p><b>status</b>: active</p><p><b>category</b>: Outpatient <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/R4/codesystem-medication-statement-category.html\">Medication usage category codes</a>#outpatient)</span></p><p><b>medication</b>: Product containing amoxicillin (medicinal product) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#27658006)</span></p><p><b>subject</b>: <a href=\"Patient-ex-Patient-AmandaAlvarez.html\">Patient/ex-Patient-AmandaAlvarez</a> " ALVAREZ"</p><p><b>effective</b>: 2023-01-02</p><p><b>dateAsserted</b>: 2023-01-08</p><p><b>informationSource</b>: <a href=\"Patient-ex-Patient-AmandaAlvarez.html\">Patient/ex-Patient-AmandaAlvarez</a> " ALVAREZ"</p><p><b>note</b>: indicates they miss the occasional dose</p><blockquote><p><b>dosage</b></p><p><b>sequence</b>: 1</p><p><b>text</b>: 5ml three times daily</p><p><b>asNeeded</b>: false</p><p><b>route</b>: Oral dose form <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#385268001)</span></p><blockquote><p><b>doseAndRate</b></p></blockquote><p><b>maxDosePerPeriod</b>: 3 mL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codeml = 'ml')</span>/1 mL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codeml = 'ml')</span></p></blockquote></div>"
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:category [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/medication-statement-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "outpatient" ] ] )
] ; #
fhir:medication [
a fhir:CodeableConcept ;
( fhir:coding [
a sct:27658006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "27658006" ] ;
fhir:display [ fhir:v "Product containing amoxicillin (medicinal product)" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/ex-Patient-AmandaAlvarez" ]
] ; #
fhir:effective [ fhir:v "2023-01-02"^^xsd:date] ; #
fhir:dateAsserted [ fhir:v "2023-01-08"^^xsd:date] ; #
fhir:informationSource [
fhir:reference [ fhir:v "Patient/ex-Patient-AmandaAlvarez" ]
] ; #
fhir:note ( [
fhir:text [ fhir:v "indicates they miss the occasional dose" ]
] ) ; #
fhir:dosage ( [
fhir:sequence [ fhir:v "1"^^xsd:integer ] ;
fhir:text [ fhir:v "5ml three times daily" ] ;
fhir:asNeeded [ fhir:v "false"^^xsd:boolean ] ;
fhir:route [
( fhir:coding [
a sct:385268001 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "385268001" ] ] ) ] ;
( fhir:doseAndRate [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/dose-rate-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ordered" ] ] ) ] ;
fhir:dose [
a fhir:Quantity ;
fhir:value [ fhir:v "5"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mL" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mL" ] ] ] ) ;
fhir:maxDosePerPeriod [
fhir:numerator [
fhir:value [ fhir:v "3"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mL" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ml" ] ] ;
fhir:denominator [
fhir:value [ fhir:v "1"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mL" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ml" ] ] ]
] ) . #
IG © 2021+ IHE Patient Care Coordination Committee. Package ihe.pcc.maps#1.0.0-comment based on FHIR 4.0.1. Generated 2024-06-04
Links: Table of Contents |
QA Report
| New Issue | Issues
Version History |
|
Propose a change