SPL Mapping FHIR R5 Implementation Guide
0.2.1 - Build CI United States of America flag

SPL Mapping FHIR R5 Implementation Guide, published by HL7 International / Biomedical Research and Regulation. This guide is not an authorized publication; it is the continuous build for version 0.2.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-spl/ and changes regularly. See the Directory of published versions

: AllopurinolTablet - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "ManufacturedItemDefinition",
  "id" : "AllopurinolTablet",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/spl/StructureDefinition/SubmittedManufacturedItem"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ManufacturedItemDefinition AllopurinolTablet</b></p><a name=\"AllopurinolTablet\"> </a><a name=\"hcAllopurinolTablet\"> </a><a name=\"AllopurinolTablet-en-US\"> </a><p><b>status</b>: Active</p><p><b>manufacturedDoseForm</b>: <span title=\"Codes:{http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl C42998}\">TABLET</span></p><blockquote><p><b>property</b></p><p><b>type</b>: <span title=\"Codes:{http://hl7.org/fhir/us/spl/CodeSystem/codesystem-characteristicTypes SPLCOLOR}\">Color</span></p><p><b>value</b>: <span title=\"Codes:{http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl C48325}\">WHITE</span></p></blockquote><blockquote><p><b>property</b></p><p><b>type</b>: <span title=\"Codes:{http://hl7.org/fhir/us/spl/CodeSystem/codesystem-characteristicTypes SPLIMPRINT}\">Imprint</span></p><p><b>value</b>: <span title=\"Codes:\">DAN;DAN;5543</span></p></blockquote><blockquote><p><b>property</b></p><p><b>type</b>: <span title=\"Codes:{http://hl7.org/fhir/us/spl/CodeSystem/codesystem-characteristicTypes SPLSCORE}\">Score</span></p><p><b>value</b>: 2</p></blockquote><blockquote><p><b>property</b></p><p><b>type</b>: <span title=\"Codes:{http://hl7.org/fhir/us/spl/CodeSystem/codesystem-characteristicTypes SPLSHAPE}\">Shape</span></p><p><b>value</b>: <span title=\"Codes:{http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl C48348}\">ROUND</span></p></blockquote><blockquote><p><b>property</b></p><p><b>type</b>: <span title=\"Codes:{http://hl7.org/fhir/us/spl/CodeSystem/codesystem-characteristicTypes SPLSIZE}\">Size</span></p><p><b>value</b>: 10 mm<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemm = 'mm')</span></p></blockquote></div>"
  },
  "status" : "active",
  "manufacturedDoseForm" : {
    "coding" : [
      {
        "system" : "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl",
        "code" : "C42998",
        "display" : "TABLET"
      }
    ]
  },
  "property" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/us/spl/CodeSystem/codesystem-characteristicTypes",
            "code" : "SPLCOLOR"
          }
        ]
      },
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl",
            "code" : "C48325",
            "display" : "WHITE"
          }
        ]
      }
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/us/spl/CodeSystem/codesystem-characteristicTypes",
            "code" : "SPLIMPRINT"
          }
        ]
      },
      "valueCodeableConcept" : {
        "text" : "DAN;DAN;5543"
      }
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/us/spl/CodeSystem/codesystem-characteristicTypes",
            "code" : "SPLSCORE"
          }
        ]
      },
      "valueQuantity" : {
        "value" : 2
      }
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/us/spl/CodeSystem/codesystem-characteristicTypes",
            "code" : "SPLSHAPE"
          }
        ]
      },
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl",
            "code" : "C48348",
            "display" : "ROUND"
          }
        ]
      }
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/us/spl/CodeSystem/codesystem-characteristicTypes",
            "code" : "SPLSIZE"
          }
        ]
      },
      "valueQuantity" : {
        "value" : 10,
        "unit" : "mm",
        "system" : "http://unitsofmeasure.org",
        "code" : "mm"
      }
    }
  ]
}