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-catalog.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:

Catalog title: Example Laboratory Service Catalog

id: example-catalog

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

status: final

type: Catalog

category: protocol

date published: June 1, 2024

valid from: 2024-06-01 to: 2025-12-31

author: The good testing laboratory


Source1

{
  "resourceType": "Composition",
  "id": "example-catalog",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/order-catalog/StructureDefinition/Catalog"
    ]
  },
  "language": "en-US",
  "text": {
    "status": "additional",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/uv/order-catalog/StructureDefinition/ValidityPeriod",
      "valuePeriod": {
        "start": "2024-06-01",
        "end": "2025-12-31"
      }
    }
  ],
  "status": "final",
  "type": {
    "text": "Catalog"
  },
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/catalogType",
          "code": "protocol"
        }
      ]
    }
  ],
  "date": "2024-06-01T10:00:00+02:00",
  "author": [
    {
      "reference": "Organization/example-lab-organization"
    }
  ],
  "title": "Example Laboratory Service Catalog",
  "section": [
    {
      "title": "Potassium measurement",
      "entry": [
        {
          "reference": "PlanDefinition/example-lab-service-potassium-serum"
        }
      ]
    },
    {
      "title": "Serum creatinine measurement",
      "entry": [
        {
          "reference": "PlanDefinition/example-lab-test-serum-creatinine"
        }
      ]
    }
  ]
}