BSeR: Bidirectional Services_eReferral - Local Development build (v2.0.0-connectathon). 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 "medicationstatement-BSeR-eve-everywoman"] ; #
fhir:meta [
fhir:versionId [ fhir:v "3" ] ;
fhir:lastUpdated [ fhir:v "2023-03-31T04:46:33.315+00:00"^^xsd:dateTime ] ;
fhir:source [ fhir:v "#NPKNmapU7nw7QyhC"^^xsd:anyURI ] ;
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/bser/StructureDefinition/BSeR-MedicationStatement"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/bser/StructureDefinition/BSeR-MedicationStatement> ] )
] ; #
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=\"medicationstatement-BSeR-eve-everywoman\"> </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\">Resource MedicationStatement "medicationstatement-BSeR-eve-everywoman" Version "3" Updated "2023-03-31 04:46:33+0000" </p><p style=\"margin-bottom: 0px\">Information Source: #NPKNmapU7nw7QyhC!</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-BSeR-MedicationStatement.html\">BSeR Medication Statement</a></p></div><p><b>status</b>: active</p><p><b>medication</b>: Amoxicillin-containing 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-patient-us-core-patient-eve-everywoman.html\">Patient/patient-us-core-patient-eve-everywoman: Eve Everywoman</a> " EVERYWOMAN"</p><p><b>effective</b>: 2019-01-17</p><p><b>dateAsserted</b>: 2019-01-17</p><blockquote><p><b>dosage</b></p><p><b>timing</b>: 3 per 1 days</p><p><b>asNeeded</b>: false</p><p><b>route</b>: Oral <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#260548002)</span></p><blockquote><p><b>doseAndRate</b></p></blockquote></blockquote></div>"
] ; #
fhir:status [ fhir:v "active"] ; #
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 "Amoxicillin-containing product" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/patient-us-core-patient-eve-everywoman" ] ;
fhir:display [ fhir:v "Eve Everywoman" ]
] ; #
fhir:effective [ fhir:v "2019-01-17"^^xsd:date] ; #
fhir:dateAsserted [ fhir:v "2019-01-17"^^xsd:date] ; #
fhir:dosage ( [
fhir:timing [
fhir:repeat [
fhir:frequency [ fhir:v "3"^^xsd:positiveInteger ] ;
fhir:period [ fhir:v "1"^^xsd:decimal ] ;
fhir:periodUnit [ fhir:v "d" ] ] ] ;
fhir:asNeeded [ fhir:v "false"^^xsd:boolean ] ;
fhir:route [
( fhir:coding [
a sct:260548002 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "260548002" ] ;
fhir:display [ fhir:v "Oral" ] ] ) ] ;
( 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:display [ fhir:v "Ordered" ] ] ) ] ;
fhir:dose [
a fhir:Quantity ;
fhir:value [ fhir:v "1"^^xsd:decimal ] ;
fhir:unit [ fhir:v "TAB" ] ;
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "TAB" ] ] ] )
] ) . #
IG © 2020+ HL7 Public Health Work Group (http://www.hl7.org/Special/committees/pher/index.cfm). Package hl7.fhir.us.bser#2.0.0-connectathon based on FHIR 4.0.1. Generated 2023-04-13
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change