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

FHIR IG Statistics: ValueSet/specimen-type-vs

Packageegde.health.gateway
Resource TypeValueSet
Idspecimen-type-vs
FHIR VersionR4
Sourcehttp://www.egde.no/https://simplifier.net/resolve?scope=egde.health.gateway@0.1.7&canonical=http://www.egde.no/ValueSet/specimen-type-vs
URLhttp://www.egde.no/ValueSet/specimen-type-vs
Version0.1.6
Statusactive
Date2023-03-13T12:29:22+01:00
NameSpecimenTypeVS
TitleSpecimen types
DescriptionAlllowed codes from https://terminology.hl7.org/3.1.0/ValueSet-v2-0487.html
Copyright(c) HL7

Resources that use this resource

StructureDefinition
ehg-SpecimenSpecimen - Egde Health Gateway - profile

Resources that this resource uses

No resources found


Narrative

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

  • Include these codes as defined in https://terminology.hl7.org/ValueSet-v2-0487.html
    CodeDisplay
    BLDWhole blood
    PLASPlasma

Source

{
  "resourceType": "ValueSet",
  "id": "specimen-type-vs",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://www.egde.no/ValueSet/specimen-type-vs",
  "version": "0.1.6",
  "name": "SpecimenTypeVS",
  "title": "Specimen types",
  "status": "active",
  "date": "2023-03-13T12:29:22+01:00",
  "publisher": "Egde",
  "contact": [
    {
      "name": "Egde",
      "telecom": [
        {
          "system": "url",
          "value": "http://egde.no/ehg"
        },
        {
          "system": "email",
          "value": "andy.harrison@egde.no"
        }
      ]
    },
    {
      "name": "Andy Harrison",
      "telecom": [
        {
          "system": "email",
          "value": "andy.harrison@egde.no",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Alllowed codes from https://terminology.hl7.org/3.1.0/ValueSet-v2-0487.html",
  "copyright": "(c) HL7",
  "compose": {
    "include": [
      {
        "system": "https://terminology.hl7.org/ValueSet-v2-0487.html",
        "concept": [
          {
            "code": "BLD",
            "display": "Whole blood"
          },
          {
            "code": "PLAS",
            "display": "Plasma"
          }
        ]
      }
    ]
  }
}