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

FHIR IG Statistics: CodeSystem/vendor-result-fragment-livd

Packagehl7.fhir.uv.livd
TypeCodeSystem
Idvendor-result-fragment-livd
FHIR VersionR4
Sourcehttp://hl7.org/fhir/uv/livd/https://build.fhir.org/ig/HL7/livd/CodeSystem-vendor-result-fragment-livd.html
URLhttp://ivd-vendor-result.example
Statusactive
Date2024-12-19T18:01:42+00:00
NameIVDVendorResultCodes
TitleIVD Vendor Result Codes
Realmuv
Authorityhl7
Contentfragment

Resources that use this resource

ValueSet
resultvalue-livdResult Value value set for LIVD

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem vendor-result-fragment-livd

This code system http://ivd-vendor-result.example provides a fragment that includes following codes:

Code
Positive
Negative
Invalid

Source

{
  "resourceType": "CodeSystem",
  "id": "vendor-result-fragment-livd",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/livd/StructureDefinition/codesystem-vendor-result-frag-uv-livd"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://ivd-vendor-result.example",
  "name": "IVDVendorResultCodes",
  "title": "IVD Vendor Result Codes",
  "status": "active",
  "date": "2024-12-19T18:01:42+00:00",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "content": "fragment",
  "concept": [
    {
      "code": "Positive",
      "display": "Positive"
    },
    {
      "code": "Negative",
      "display": "Negative"
    },
    {
      "code": "Invalid",
      "display": "Invalid"
    }
  ]
}