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

FHIR IG analytics

Packagehl7.fhir.uv.livd.r4b
Resource TypeCodeSystem
IdCodeSystem-livd-section-type.json
FHIR VersionR4B

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

This case-insensitive code system http://hl7.org/fhir/uv/livd/CodeSystem/livd-section-type defines the following codes:

CodeDisplay
devices Device Definitions
concept-map Concept Map
loinc-codes LOINC Codes
ivd-test-codes IVD Test Codes
observation-definitions Observation Definitions

Source1

{
  "resourceType": "CodeSystem",
  "id": "livd-section-type",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "oo"
    }
  ],
  "url": "http://hl7.org/fhir/uv/livd/CodeSystem/livd-section-type",
  "version": "0.2.0",
  "name": "LivdSectionTypeCS",
  "title": "Types of sections for the LIVD catalog",
  "status": "active",
  "experimental": false,
  "date": "2023-12-21T20:56:03+00:00",
  "publisher": "HL7 International / Orders and Observations",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/orders"
        }
      ]
    }
  ],
  "description": "Types of sections for the LIVD catalog",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "caseSensitive": false,
  "content": "complete",
  "concept": [
    {
      "code": "devices",
      "display": "Device Definitions"
    },
    {
      "code": "concept-map",
      "display": "Concept Map"
    },
    {
      "code": "loinc-codes",
      "display": "LOINC Codes"
    },
    {
      "code": "ivd-test-codes",
      "display": "IVD Test Codes"
    },
    {
      "code": "observation-definitions",
      "display": "Observation Definitions"
    }
  ]
}