OpenMRS Core FHIR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: OpenMRS Medication Example - TTL Representation
Raw ttl | Download
@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:Medication ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "f49e4247-528a-4cfd-8856-de161d03fa76"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://fhir.openmrs.org/core/StructureDefinition/omrs-medication"^^xsd:anyURI ;
fhir:link <http://fhir.openmrs.org/core/StructureDefinition/omrs-medication> ] )
] ; #
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: Medication f49e4247-528a-4cfd-8856-de161d03fa76</b></p><a name=\"f49e4247-528a-4cfd-8856-de161d03fa76\"> </a><a name=\"hcf49e4247-528a-4cfd-8856-de161d03fa76\"> </a><a name=\"f49e4247-528a-4cfd-8856-de161d03fa76-en-US\"> </a><p><b>code</b>: <span title=\"Codes:{https://cielterminology.org 86082}\">Vancomycin</span></p><p><b>status</b>: Active</p><p><b>form</b>: <span title=\"Codes:{http://snomed.info/sct 385219001}\">Solution for injection</span></p><h3>Ingredients</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Item[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 66955}\">Vancomycin Hydrochloride</span></td></tr></table></div>"
] ; #
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "https://cielterminology.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "86082" ] ;
fhir:display [ fhir:v "Vancomycin" ] ] )
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:form [
( fhir:coding [
a sct:385219001 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "385219001" ] ;
fhir:display [ fhir:v "Solution for injection" ] ] )
] ; #
fhir:ingredient ( [
fhir:item [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://www.nlm.nih.gov/research/umls/rxnorm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "66955" ] ;
fhir:display [ fhir:v "Vancomycin Hydrochloride" ] ] ) ]
] ) . #