HL7 FHIR Implementation Guide - New Zealand Formulary/NZULM IG
1.0.0 - ci-build

HL7 FHIR Implementation Guide - New Zealand Formulary/NZULM IG, published by New Zealand Medicines Formulary LP. 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/HL7NZ/nzf/ and changes regularly. See the Directory of published versions

: medsafe-datasheet-document-reference-example - JSON Representation

Raw json | Download


{
  "resourceType" : "DocumentReference",
  "id" : "medsafe-datasheet-document-reference-example",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: DocumentReference</b><a name=\"medsafe-datasheet-document-reference-example\"> </a><a name=\"hcmedsafe-datasheet-document-reference-example\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource DocumentReference &quot;medsafe-datasheet-document-reference-example&quot; </p></div><p><b>identifier</b>: <code>https://standards.digital.health.nz/ns/nzmt-type</code>/50000121000117103</p><p><b>status</b>: current</p><p><b>docStatus</b>: final</p><p><b>type</b>: Medsafe Datasheet <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (nzf-document-type#Datasheet)</span></p><p><b>date</b>: Jul 21, 2021, 1:03:03\u202fAM</p><p><b>author</b>: <a name=\"hcMedsafe\"> </a></p><blockquote><p/><p><a name=\"Medsafe\"> </a></p><p><a name=\"hcMedsafe\"> </a></p><p><b>name</b>: Medsafe</p></blockquote><p><b>description</b>: Datasheet for 50000121000117103</p><blockquote><p><b>content</b></p><h3>Attachments</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Url</b></td><td><b>Title</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"https://www.medsafe.govt.nz/profs/datasheet/r/Risperdaltabquickletssol.pdf\">https://www.medsafe.govt.nz/profs/datasheet/r/Risperdaltabquickletssol.pdf</a></td><td>Datasheet for 50000121000117103</td></tr></table></blockquote><h3>Contexts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Related</b></td></tr><tr><td style=\"display: none\">*</td><td><span><code>https://standards.digital.health.nz/ns/nzmt-code</code>/50000121000117103</span></td></tr></table><hr/><blockquote><p><b>Generated Narrative: Organization #Medsafe</b><a name=\"Medsafe\"> </a><a name=\"hcMedsafe\"> </a></p><p><b>name</b>: Medsafe</p></blockquote></div>"
  },
  "contained" : [
    {
      "resourceType" : "Organization",
      "id" : "Medsafe",
      "name" : "Medsafe"
    }
  ],
  "identifier" : [
    {
      "system" : "https://standards.digital.health.nz/ns/nzmt-type",
      "value" : "50000121000117103"
    }
  ],
  "status" : "current",
  "docStatus" : "final",
  "type" : {
    "coding" : [
      {
        "system" : "https://standards.digital.health.nz/ns/nzf-document-type",
        "code" : "Datasheet",
        "display" : "Medsafe Datasheet"
      }
    ],
    "text" : "Medsafe Datasheet"
  },
  "date" : "2021-07-21T13:03:03.0597357+12:00",
  "author" : [
    {
      "reference" : "#Medsafe",
      "type" : "Organization",
      "display" : "Medsafe"
    }
  ],
  "description" : "Datasheet for 50000121000117103",
  "content" : [
    {
      "attachment" : {
        "url" : "https://www.medsafe.govt.nz/profs/datasheet/r/Risperdaltabquickletssol.pdf",
        "title" : "Datasheet for 50000121000117103"
      }
    }
  ],
  "context" : {
    "related" : [
      {
        "identifier" : {
          "system" : "https://standards.digital.health.nz/ns/nzmt-code",
          "value" : "50000121000117103"
        }
      }
    ]
  }
}