FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.medication-rems
Resource TypeParameters
IdParameters-parameters-rems-etasu-output.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

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