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

FHIR IG analytics

Packagehl7.fhir.uv.order-catalog
Resource TypeComposition
IdComposition-example-device-catalog-header.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

Additional Narrative:

Device catalog title: Worldwide Device Catalog

id: example-device-catalog-header

meta - profile: hl7.org/fhir/uv/order-catalog/StructureDefinition/CatalogHeader

status: preliminary

type: catalog

category: device

date published: March 21, 2022

valid from: 2022-06-30 to: 2022-12-31

author: World Device Association

custodian: World Device Association


Source1

{
  "resourceType": "Composition",
  "id": "example-device-catalog-header",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/order-catalog/StructureDefinition/CatalogHeader"
    ]
  },
  "language": "en-US",
  "text": {
    "status": "additional",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/uv/order-catalog/StructureDefinition/ValidityPeriod",
      "valuePeriod": {
        "start": "2022-06-30",
        "end": "2022-12-31"
      }
    }
  ],
  "identifier": [
    {
      "use": "official",
      "system": "http://fhir.org",
      "value": "GlobalMedicalDevicesCatalog12"
    }
  ],
  "status": "preliminary",
  "type": {
    "text": "Catalog"
  },
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/catalogType",
          "code": "device"
        }
      ]
    }
  ],
  "date": "2022-03-21T12:00:00+02:00",
  "author": [
    {
      "display": "World Device Association"
    }
  ],
  "title": "Worldwide Device Catalog",
  "custodian": {
    "display": "World Device Association"
  }
}