ShiftPrivacyExamples, published by SHIFT-Task-Force. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/SHIFT-Task-Force/demo-fhir-data/ and changes regularly. See the Directory of published versions
: Medication - Buprenorphine/Naltrexone - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 "MedicationBuprenorphineNaltrexone"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://shift.github.io/demo/StructureDefinition/sensitive-medication-profile"^^xsd:anyURI ;
fhir:link <http://shift.github.io/demo/StructureDefinition/sensitive-medication-profile> ] )
] ; #
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 MedicationBuprenorphineNaltrexone</b></p><a name=\"MedicationBuprenorphineNaltrexone\"> </a><a name=\"hcMedicationBuprenorphineNaltrexone\"> </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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-sensitive-medication-profile.html\">Sensitive Medication Profile</a></p></div><p><b>identifier</b>: <code>http://shift.github.io/demo/medication-identifier</code>/BUPR-NAL-78901</p><p><b>code</b>: <span title=\"Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 352364}, {http://snomed.info/sct 425741009}\">Buprenorphine / Naltrexone</span></p><p><b>form</b>: <span title=\"Codes:{http://snomed.info/sct 385055001}\">Tablet dose form</span></p></div>"^^rdf:XMLLiteral
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "http://shift.github.io/demo/medication-identifier"^^xsd:anyURI ] ;
fhir:value [ fhir:v "BUPR-NAL-78901" ]
] ) ; #
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "http://www.nlm.nih.gov/research/umls/rxnorm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "352364" ] ;
fhir:display [ fhir:v "buprenorphine / naloxone" ] ] [
a sct:425741009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "425741009" ] ;
fhir:display [ fhir:v "Product containing buprenorphine and naloxone (medicinal product)" ] ] ) ;
fhir:text [ fhir:v "Buprenorphine / Naltrexone" ]
] ; #
fhir:form [
( fhir:coding [
a sct:385055001 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "385055001" ] ;
fhir:display [ fhir:v "Tablet" ] ] ) ;
fhir:text [ fhir:v "Tablet dose form" ]
] . #