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-medication-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:

Medication catalog title: Drugs authorized for prescription in Healthyland

id: example-medication-catalog-header

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

status: preliminary

type: catalog

category: medication

date published: May 20, 2022

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

author: Healthyland medicinal product agency

custodian: Healthyland medicinal product agency


Source1

{
  "resourceType": "Composition",
  "id": "example-medication-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-09-30",
        "end": "2022-12-31"
      }
    }
  ],
  "identifier": [
    {
      "use": "official",
      "system": "http://fhir.org",
      "value": "HealthylandDrugsCatalog"
    }
  ],
  "status": "preliminary",
  "type": {
    "text": "Catalog"
  },
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/catalogType",
          "code": "medication"
        }
      ]
    }
  ],
  "date": "2022-05-20T12:00:00+02:00",
  "author": [
    {
      "display": "Healthyland medicinal product agency"
    }
  ],
  "title": "Drugs authorized for prescription in Healthyland",
  "custodian": {
    "display": "Healthyland medicinal product agency"
  }
}