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

FHIR IG analytics

Packagehl7.fhir.uv.order-catalog
Resource TypeDeviceDefinition
IdDeviceDefinition-example-devicemodel-breast-pump.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: DeviceDefinition example-devicemodel-breast-pump

Language: en-US

Profile: Device Model

Reference to a catalog: Composition Worldwide Device Catalog

udiDeviceIdentifier

deviceIdentifier: 00075020063816

issuer: urn:oid:2.51.1.1

jurisdiction: urn:oid:2.16.840.1.113883.3.150

MarketDistributions

-MarketPeriodSubJurisdiction
*2016-09-17 --> (ongoing)urn:oid:2.16.840.1.113883.3.150

manufacturer: Philips Consumer Lifestyle B.V.

DeviceNames

-NameType
*Philips Avent Breast Pump SingleRegistered name

modelNumber: SCF332

classification

type: Breast pump, electric

Justifications

-TypeCitation
*Citation

A mains electricity (AC-powered) device used to extract milk from the breast, typically for collecting and feeding to an infant. The device produces a continuous low-grade suction through a funnel-like component that is applied to the breast; the milk collects in an attached vessel (e.g., a sterilized bottle). The device may have a safety mechanism to prevent a potentially harmful increase in negative pressure.

classification

type: Electric breast pump

languageCode: English (United States)

property

type: For single use

value: false

property

type: Prescription use

value: false

property

type: Over the counter

value: true

property

type: Human Cell, Tissue or Cellular or Tissue-Based Product (HCT/P)

value: false

guideline

relatedArtifact

type: Documentation

label: Device described in GUDID:

Documents

-Url
*https://accessgudid.nlm.nih.gov/devices/00075020063816

Source1

{
  "resourceType": "DeviceDefinition",
  "id": "example-devicemodel-breast-pump",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/order-catalog/StructureDefinition/DeviceModel"
    ]
  },
  "language": "en-US",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/uv/order-catalog/StructureDefinition/CatalogReference",
      "valueReference": {
        "reference": "Composition/example-device-catalog-header"
      }
    }
  ],
  "udiDeviceIdentifier": [
    {
      "deviceIdentifier": "00075020063816",
      "issuer": "urn:oid:2.51.1.1",
      "jurisdiction": "urn:oid:2.16.840.1.113883.3.150",
      "marketDistribution": [
        {
          "marketPeriod": {
            "start": "2016-09-17"
          },
          "subJurisdiction": "urn:oid:2.16.840.1.113883.3.150"
        }
      ]
    }
  ],
  "manufacturer": {
    "display": "Philips Consumer Lifestyle B.V."
  },
  "deviceName": [
    {
      "name": "Philips Avent Breast Pump Single",
      "type": "registered-name"
    }
  ],
  "modelNumber": "SCF332",
  "classification": [
    {
      "type": {
        "text": "Breast pump, electric"
      },
      "justification": [
        {
          "type": "citation",
          "citation": "A mains electricity (AC-powered) device used to extract milk from the breast, typically for collecting and feeding to an infant. The device produces a continuous low-grade suction through a funnel-like component that is applied to the breast; the milk collects in an attached vessel (e.g., a sterilized bottle). The device may have a safety mechanism to prevent a potentially harmful increase in negative pressure."
        }
      ]
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "272201008",
            "display": "Electric breast pump"
          }
        ]
      }
    }
  ],
  "languageCode": [
    {
      "coding": [
        {
          "system": "urn:ietf:bcp:47",
          "code": "en-US",
          "display": "English (United States)"
        }
      ]
    }
  ],
  "property": [
    {
      "type": {
        "text": "For single use"
      },
      "valueBoolean": false
    },
    {
      "type": {
        "text": "Prescription use"
      },
      "valueBoolean": false
    },
    {
      "type": {
        "text": "Over the counter"
      },
      "valueBoolean": true
    },
    {
      "type": {
        "text": "Human Cell, Tissue or Cellular or Tissue-Based Product (HCT/P)"
      },
      "valueBoolean": false
    }
  ],
  "guideline": {
    "relatedArtifact": [
      {
        "type": "documentation",
        "label": "Device described in GUDID:",
        "document": {
          "url": "https://accessgudid.nlm.nih.gov/devices/00075020063816"
        }
      }
    ]
  }
}