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-input"] ; # fhir:parameter ( [ fhir:name [ fhir:v "patient" ] ; ( fhir:Parameters.parameter.resource [ a fhir:Patient ; fhir:id [ fhir:v "example-patient-123" ] ; fhir:meta [ fhir:versionId [ fhir:v "1" ] ; fhir:lastUpdated [ fhir:v "2025-04-10T01:10:26.457-04:00"^^xsd:dateTime ] ] ; fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><div class=\"hapiHeaderText\">August <b>Samuels</b></div><table class=\"hapiPropertyTable\"><tbody><tr><td>Identifier</td><td>0V843229061TB</td></tr><tr><td>Address</td><td><span>10023 Oakways Ln</span><br/><span>Concord </span><span>MA</span></td></tr><tr><td>Date of birth</td><td><span>12 March 1989</span></td></tr></tbody></table></div>"^^rdf:XMLLiteral ] ] ; ( fhir:identifier [ fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-medicare"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/sid/us-medicare> ] ; fhir:value [ fhir:v "0V843229061TB" ] ] ) ; ( fhir:name [ fhir:use [ fhir:v "official" ] ; fhir:family [ fhir:v "Samuels" ] ; ( fhir:given [ fhir:v "August" ] ) ] ) ; fhir:gender [ fhir:v "male" ] ; fhir:birthDate [ fhir:v "1989-03-12"^^xsd:date ] ; ( fhir:address [ fhir:use [ fhir:v "home" ] ; fhir:type [ fhir:v "both" ] ; ( fhir:line [ fhir:v "10023 Oakways Ln" ] ) ; fhir:city [ fhir:v "Concord" ] ; fhir:state [ fhir:v "MA" ] ; fhir:postalCode [ fhir:v "01742" ] ] ) ] ) ] [ fhir:name [ fhir:v "medication" ] ; ( fhir:Parameters.parameter.resource [ a fhir:Medication ; fhir:id [ fhir:v "123-mr-IPledge-med" ] ; fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><div class=\"hapiHeaderText\">iPledge Medication</div></div>"^^rdf:XMLLiteral ] ] ; fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://www.nlm.nih.gov/research/umls/rxnorm"^^xsd:anyURI ; fhir:l <http://www.nlm.nih.gov/research/umls/rxnorm> ] ; fhir:code [ fhir:v "6064" ] ; fhir:display [ fhir:v "isotretinoin" ] ] [ fhir:system [ fhir:v "http://hl7.org/fhir/sid/ndc"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/sid/ndc> ] ; fhir:code [ fhir:v "0245-0571-01" ] ] ) ] ] ) ] ) . #