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

FHIR IG Statistics: ValueSet/resultvalue-livd

Packagehl7.fhir.uv.livd
TypeValueSet
Idresultvalue-livd
FHIR VersionR4
Sourcehttp://hl7.org/fhir/uv/livd/https://build.fhir.org/ig/HL7/livd/ValueSet-resultvalue-livd.html
URLhttp://hl7.org/fhir/uv/livd/ValueSet/resultvalue-livd
Version0.1.0
Statusdraft
Date2018-09-25
NameLivdResultValueVS
TitleResult Value value set for LIVD
Realmuv
Authorityhl7
DescriptionIncludes the complete set (superset) of manufacturer IVD result values that are mapped to LOINC or SNOMED CT codes in this ConceptMap.

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
ivd-vendor-result.exampleIVD Vendor Result Codes

Narrative

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

Generated Narrative: ValueSet resultvalue-livd


Source

{
  "resourceType": "ValueSet",
  "id": "resultvalue-livd",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/livd/StructureDefinition/valueset-uv-livd"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/fhir/uv/livd/ValueSet/resultvalue-livd",
  "version": "0.1.0",
  "name": "LivdResultValueVS",
  "title": "Result Value value set for LIVD",
  "status": "draft",
  "date": "2018-09-25",
  "description": "Includes the complete set (superset) of manufacturer IVD result values that are mapped to LOINC or SNOMED CT codes in this ConceptMap.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://ivd-vendor-result.example",
        "concept": [
          {
            "code": "Positive",
            "display": "Positive"
          },
          {
            "code": "Negative",
            "display": "Negative"
          },
          {
            "code": "Invalid",
            "display": "Invalid"
          }
        ]
      }
    ]
  }
}