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

FHIR IG analytics

Packagehl7.fhir.uv.emedicinal-product-info
Resource TypeManufacturedItemDefinition
IdManufacturedItemDefinition-mid-epi-type2-example-paracetamol.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 mid-epi-type2-example-paracetamol

identifier: http://example.org/identifier/mid-epi-type2-example-paracetamol

status: Active

manufacturedDoseForm: Tablet

unitOfPresentation: Tablet

property

type: Shape

value: Round

property

type: Color

value: White

property

type: Size

value: 10 mm

property

type: Score

value: Scored

property

type: Imprint

value:

WD500


Source1

{
  "resourceType": "ManufacturedItemDefinition",
  "id": "mid-epi-type2-example-paracetamol",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/ManufacturedItemDefinition-uv-epi"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://example.org/identifier",
      "value": "mid-epi-type2-example-paracetamol"
    }
  ],
  "status": "active",
  "manufacturedDoseForm": {
    "coding": [
      {
        "system": "https://spor.ema.europa.eu/rmswi",
        "code": "100000073664",
        "display": "Tablet"
      }
    ]
  },
  "unitOfPresentation": {
    "coding": [
      {
        "system": "https://spor.ema.europa.eu/rmswi",
        "code": "200000002152",
        "display": "Tablet"
      }
    ]
  },
  "property": [
    {
      "type": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/uv/emedicinal-product-info/CodeSystem/epi-ig",
            "code": "shape",
            "display": "Shape"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://spor.ema.europa.eu/rmswi",
            "code": "100000073670",
            "display": "Round"
          }
        ]
      }
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/uv/emedicinal-product-info/CodeSystem/epi-ig",
            "code": "color",
            "display": "Color"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://spor.ema.europa.eu/rmswi",
            "code": "100000073586",
            "display": "White"
          }
        ]
      }
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/uv/emedicinal-product-info/CodeSystem/epi-ig",
            "code": "size",
            "display": "Size"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://spor.ema.europa.eu/rmswi",
            "code": "100000000000",
            "display": "10 mm"
          }
        ]
      }
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/uv/emedicinal-product-info/CodeSystem/epi-ig",
            "code": "score",
            "display": "Score"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://spor.ema.europa.eu/rmswi",
            "code": "100000000000",
            "display": "Scored"
          }
        ]
      }
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/uv/emedicinal-product-info/CodeSystem/epi-ig",
            "code": "imprint",
            "display": "Imprint"
          }
        ]
      },
      "valueMarkdown": "WD500"
    }
  ]
}