US Medication Risk Evaluation and Mitigation Strategies (REMS) FHIR IG
2.0.0-ballot - STU 2 Ballot 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 2.0.0-ballot 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

: parameters-rems-etasu-output - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:Parameters ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "parameters-rems-etasu-output"] ; # 
  fhir:parameter ( [
fhir:name [ fhir:v "rems-etasu" ] ;
    ( fhir:Parameters.parameter.resource [
a fhir:GuidanceResponse ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><div class=\"hapiHeaderText\">REMS ETASU GuidanceResponse</div></div>"^^rdf:XMLLiteral       ] ;
      ( fhir:contained [
a fhir:Parameters ;
fhir:id [ fhir:v "etasuOutputParameters" ] ;
        ( fhir:parameter [
fhir:name [ fhir:v "Patient Enrollment" ] ;
          ( fhir:Parameters.parameter.resource [
a fhir:GuidanceResponse ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><div class=\"hapiHeaderText\">Patient Enrollment GuidanceResponse</div></div>"^^rdf:XMLLiteral             ] ;
fhir:module [
a fhir:uri ;
fhir:v "https://example.com/"^^xsd:anyURI             ] ;
fhir:status [ fhir:v "success" ] ;
fhir:subject [
fhir:reference [ fhir:v "Patient/example-patient-123" ]             ] ;
            ( fhir:note [
fhir:text [ fhir:v "Patient Enrollment" ]             ] )           ] )         ] [
fhir:name [ fhir:v "Prescriber Enrollment" ] ;
          ( fhir:Parameters.parameter.resource [
a fhir:GuidanceResponse ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><div class=\"hapiHeaderText\">Prescriber Enrollment GuidanceResponse</div></div>"^^rdf:XMLLiteral             ] ;
fhir:module [
a fhir:uri ;
fhir:v "https://example.com/"^^xsd:anyURI             ] ;
fhir:status [ fhir:v "success" ] ;
fhir:subject [
fhir:reference [ fhir:v "Patient/example-patient-123" ]             ] ;
            ( fhir:note [
fhir:text [ fhir:v "Prescriber Enrollment" ]             ] )           ] )         ] [
fhir:name [ fhir:v "case_number" ] ;
fhir:value [
a fhir:string ;
fhir:v "a24e73e53b2"           ]         ] )       ] ) ;
fhir:module [
a fhir:canonical ;
fhir:v "https://example.com/"^^xsd:anyURI ;
fhir:link <https://example.com/>       ] ;
fhir:status [ fhir:v "success" ] ;
fhir:subject [
fhir:reference [ fhir:v "Patient/example-patient-123" ]       ] ;
fhir:outputParameters [
fhir:reference [ fhir:v "#etasuOutputParameters" ]       ]     ] )
  ] ) . #