US Medication Risk Evaluation and Mitigation Strategies (REMS) FHIR IG
1.0.0 - STU1 United States of America flag

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 1.0.0 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

: example-rems-docref-1 - JSON Representation

Raw json | Download


{
  "resourceType" : "DocumentReference",
  "id" : "example-rems-docref-1",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><b>REMS information for August Samuels</b><br/>On March 9, 2024<br/><br/>Patient Name: August Samuels<br/>Patient REMS ID: 0354600<br/>Patient enrollment status: Enrolled March 9, 2024<br/><br/>Prescriber Name: Mary Patel<br/>Prescriber REMS ID: 0354035500 (NPI)<br/><br/>Medication: Zombify 10mg Tablet<br/>Initial dispense authorization number: 30550221<br/><br/></div>"
  },
  "status" : "current",
  "type" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "51851-4",
        "display" : "Administrative note"
      }
    ],
    "text" : "REMS administrative note"
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://loinc.org",
          "code" : "51851-4",
          "display" : "Administrative note"
        }
      ]
    }
  ],
  "subject" : {
    🔗 "reference" : "Patient/example-patient-123",
    "display" : "August Samuels"
  },
  "date" : "2024-03-09T15:29:46Z",
  "description" : "REMS Patient Information Note",
  "content" : [
    {
      "attachment" : {
        "contentType" : "text/plain",
        "data" : "UkVNUyBpbmZvcm1hdGlvbiBmb3IgQXVndXN0IFNhbXVlbHMgW3RleHQgdHJ1bmNhdGVkXQ==",
        "title" : "REMS information for August Samuels on March 9, 2024"
      },
      "format" : {
        "system" : "http://ihe.net/fhir/ihe.formatcode.fhir/CodeSystem/formatcode",
        "code" : "urn:ihe:iti:xds:2017:mimeTypeSufficient",
        "display" : "mimeType Sufficient"
      }
    }
  ],
  "context" : {
    "period" : {
      "start" : "2024-03-09T08:00:00+11:00"
    }
  }
}