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

FHIR IG analytics

Packagehl7.fhir.us.spl
Resource TypeManufacturedItemDefinition
IdManufacturedItemDefinition-AllopurinolTablet.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ManufacturedItemDefinition AllopurinolTablet

status: Active

manufacturedDoseForm: TABLET

property

type: Color

value: WHITE

property

type: Imprint

value: DAN;DAN;5543

property

type: Score

value: 2

property

type: Shape

value: ROUND

property

type: Size

value: 10 mm (Details: UCUM codemm = 'mm')


Source1

{
  "resourceType": "ManufacturedItemDefinition",
  "id": "AllopurinolTablet",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/spl/StructureDefinition/SubmittedManufacturedItem"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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"
      }
    }
  ]
}