Package | implementation.guide.nhdr |
Resource Type | ValueSet |
Id | SpecimenCondition |
FHIR Version | R4 |
Source | https://simplifier.net/resolve?scope=implementation.guide.nhdr@1.0.0&canonical=http://example.org/fhir/ValueSet/SpecimenCondition |
URL | http://example.org/fhir/ValueSet/SpecimenCondition |
Version | 1.0.0 |
Status | draft |
Date | 2024-11-28 |
Name | SpecimenCondition |
Title | Specimen Condition Value Set |
Description | A value set representing the condition of a specimen. |
StructureDefinition | |
PH_Specimen | PH_Specimen |
No resources found
No narrative content found in resource
{ "resourceType": "ValueSet", "id": "SpecimenCondition", "url": "http://example.org/fhir/ValueSet/SpecimenCondition", "version": "1.0.0", "name": "SpecimenCondition", "title": "Specimen Condition Value Set", "status": "draft", "experimental": false, "date": "2024-11-28", "publisher": "Your Organization Name", "description": "A value set representing the condition of a specimen.", "compose": { "include": [ { "system": "http://example.org/fhir/CodeSystem/SpecimenConditionCodeSystem", "concept": [ { "code": "Frozen", "display": "Frozen" }, { "code": "ThawedButCold", "display": "Thawed but cold" }, { "code": "Warm", "display": "Warm" }, { "code": "Positive", "display": "Positive" }, { "code": "Negative", "display": "Negative" }, { "code": "Undetermined", "display": "Undetermined" }, { "code": "NotProcessed", "display": "Not Processed" } ] } ] } }