US Medication Risk Evaluation and Mitigation Strategies (REMS) FHIR IG
1.0.0 - STU1 United States of America flag

US Medication Risk Evaluation and Mitigation Strategies (REMS) FHIR IG, published by HL7 International / Pharmacy. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-medication-rems-ig/ and changes regularly. See the Directory of published versions

: example-rems-docref-1 - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:DocumentReference ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-rems-docref-1"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><b>REMS information for August Samuels</b><br/>On March 9, 2024<br/><br/>Patient Name: August Samuels<br/>Patient REMS ID: 0354600<br/>Patient enrollment status: Enrolled March 9, 2024<br/><br/>Prescriber Name: Mary Patel<br/>Prescriber REMS ID: 0354035500 (NPI)<br/><br/>Medication: Zombify 10mg Tablet<br/>Initial dispense authorization number: 30550221<br/><br/></div>"
  ] ; # 
  fhir:status [ fhir:v "current"] ; # 
  fhir:type [
    ( fhir:coding [
a loinc:51851-4 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "51851-4" ] ;
fhir:display [ fhir:v "Administrative note" ]     ] ) ;
fhir:text [ fhir:v "REMS administrative note" ]
  ] ; # 
  fhir:category ( [
    ( fhir:coding [
a loinc:51851-4 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "51851-4" ] ;
fhir:display [ fhir:v "Administrative note" ]     ] )
  ] ) ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/example-patient-123" ] ;
fhir:display [ fhir:v "August Samuels" ]
  ] ; # 
  fhir:date [ fhir:v "2024-03-09T15:29:46Z"^^xsd:dateTime] ; # 
  fhir:description [ fhir:v "REMS Patient Information Note"] ; # 
  fhir:content ( [
fhir:attachment [
fhir:contentType [ fhir:v "text/plain" ] ;
fhir:data [ fhir:v "UkVNUyBpbmZvcm1hdGlvbiBmb3IgQXVndXN0IFNhbXVlbHMgW3RleHQgdHJ1bmNhdGVkXQ=="^^xsd:base64Binary ] ;
fhir:title [ fhir:v "REMS information for August Samuels on March 9, 2024" ]     ] ;
fhir:format [
fhir:system [ fhir:v "http://ihe.net/fhir/ihe.formatcode.fhir/CodeSystem/formatcode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "urn:ihe:iti:xds:2017:mimeTypeSufficient" ] ;
fhir:display [ fhir:v "mimeType Sufficient" ]     ]
  ] ) ; # 
  fhir:context [
fhir:period [
fhir:start [ fhir:v "2024-03-09T08:00:00+11:00"^^xsd:dateTime ]     ]
  ] . #