US Medication Risk Evaluation and Mitigation Strategies (REMS) FHIR IG 2.0.0 - STU 2
This page is part of the US Medication REMS (v2.0.0: STU2) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
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 [ fhir:v "<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 [ fhir:v "<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:l <https://example.com/> ] ; fhir:status [ fhir:v "success" ] ; fhir:subject [ fhir:l fhir:Patient/example-patient-123 ; 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 [ fhir:v "<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:l <https://example.com/> ] ; fhir:status [ fhir:v "success" ] ; fhir:subject [ fhir:l fhir:Patient/example-patient-123 ; 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:l <https://example.com/> ] ; fhir:status [ fhir:v "success" ] ; fhir:subject [ fhir:l fhir:Patient/example-patient-123 ; fhir:reference [ fhir:v "Patient/example-patient-123" ] ] ; fhir:outputParameters [ fhir:l <#etasuOutputParameters> ; fhir:reference [ fhir:v "#etasuOutputParameters" ] ] ] ) ] ) . #