FHIR IG Statistics: ValueSet/specimen-type-vs
Resources that use this resource
StructureDefinition |
ehg-Specimen | Specimen - 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
Code | Display |
BLD | Whole blood |
PLAS | Plasma |
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"
}
]
}
]
}
}