US Medication Risk Evaluation and Mitigation Strategies (REMS) FHIR IG
2.0.0 - STU 2 United States of America flag

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 in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: parameters-rems-etasu-output - JSON Representation

Raw json | Download

{
  "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"
        }
      }
    }
  ]
}