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
{
"resourceType" : "Parameters",
"id" : "parameters-rems-etasu-output",
"parameter" : [
{
"name" : "rems-etasu",
"resource" : {
"resourceType" : "GuidanceResponse",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><div class=\"hapiHeaderText\">REMS ETASU GuidanceResponse</div></div>"
},
"contained" : [
{
"resourceType" : "Parameters",
"id" : "etasuOutputParameters",
"parameter" : [
{
"name" : "Patient Enrollment",
"resource" : {
"resourceType" : "GuidanceResponse",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><div class=\"hapiHeaderText\">Patient Enrollment GuidanceResponse</div></div>"
},
"moduleUri" : "https://example.com/",
"status" : "success",
"subject" : {
🔗 "reference" : "Patient/example-patient-123"
},
"note" : [
{
"text" : "Patient Enrollment"
}
]
}
},
{
"name" : "Prescriber Enrollment",
"resource" : {
"resourceType" : "GuidanceResponse",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><div class=\"hapiHeaderText\">Prescriber Enrollment GuidanceResponse</div></div>"
},
"moduleUri" : "https://example.com/",
"status" : "success",
"subject" : {
🔗 "reference" : "Patient/example-patient-123"
},
"note" : [
{
"text" : "Prescriber Enrollment"
}
]
}
},
{
"name" : "case_number",
"valueString" : "a24e73e53b2"
}
]
}
],
"moduleCanonical" : "https://example.com/",
"status" : "success",
"subject" : {
🔗 "reference" : "Patient/example-patient-123"
},
"outputParameters" : {
"reference" : "#etasuOutputParameters"
}
}
}
]
}