FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/reportBundleType-uv-lab

Packagehl7.fhir.uv.lab-report
Resource TypeValueSet
IdreportBundleType-uv-lab
FHIR VersionR4
Sourcehttp://hl7.org/fhir/uv/lab-report/https://build.fhir.org/ig/HL7/uv-lab-rep-ig/ValueSet-reportBundleType-uv-lab.html
URLhttp://hl7.org/fhir/uv/lab-report/ValueSet/reportBundleType-uv-lab
Version1.0.0-ballot
Statusactive
Date2025-01-25T05:49:10+00:00
NameLabReportBundleTypesVs
TitleLaboratory Report Bundle Types
Realmuv
Authorityhl7
DescriptionLaboratory Report Bundle Types

Resources that use this resource

StructureDefinition
Bundle-uv-labBundle: Laboratory Report

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet reportBundleType-uv-lab

  • Include these codes as defined in http://hl7.org/fhir/bundle-type
    CodeDisplayDefinition
    documentDocumentThe bundle is a document. The first resource is a Composition.
    collectionCollectionThe bundle is a set of resources collected into a single package for ease of distribution that imposes no processing obligations or behavioral rules beyond persistence.

Source

{
  "resourceType": "ValueSet",
  "id": "reportBundleType-uv-lab",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 2
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "oo"
    }
  ],
  "url": "http://hl7.org/fhir/uv/lab-report/ValueSet/reportBundleType-uv-lab",
  "version": "1.0.0-ballot",
  "name": "LabReportBundleTypesVs",
  "title": "Laboratory Report Bundle Types",
  "status": "active",
  "experimental": false,
  "date": "2025-01-25T05:49:10+00:00",
  "publisher": "HL7 International / Orders and Observations",
  "contact": [
    {
      "name": "HL7 International / Orders and Observations",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/orders"
        }
      ]
    }
  ],
  "description": "Laboratory Report Bundle Types",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/bundle-type",
        "concept": [
          {
            "code": "document",
            "display": "Document"
          },
          {
            "code": "collection",
            "display": "Collection"
          }
        ]
      }
    ]
  }
}