Genomic-Patient-Choice-Category

A ValueSet to identify the categories of sources of obtaining the patient choice (consent) before undergoing Genomic test

HTML View

ValueSet 'GenomicsPatientChoiceCategory'

Version0.1.0
StatusDraft (since 2022-12-21T11:27:52.3231281+00:00)

A ValueSet to identify the categories of sources of obtaining the patient choice (consent) before undergoing Genomic test

This value set includes codes from the following code systems:

Table View

ValueSet.id[0]genomics-patient-choice-category
ValueSet.url[0]https://fhir.nhs.uk/ValueSet/genomics-patient-choice-category
ValueSet.version[0]0.1.0
ValueSet.name[0]GenomicsPatientChoiceCategory
ValueSet.status[0]draft
ValueSet.date[0]2022-12-21T11:27:52.3231281+00:00
ValueSet.description[0]A ValueSet to identify the categories of sources of obtaining the patient choice (consent) before undergoing Genomic test
ValueSet.compose[0].include[0].system[0]https://fhir.nhs.uk/CodeSystem/patient-choice-category-genomics
ValueSet.compose[0].include[0].version[0]0.1.0

XML View

<ValueSet xmlns="http://hl7.org/fhir">
    <id value="genomics-patient-choice-category" />
    <url value="https://fhir.nhs.uk/ValueSet/genomics-patient-choice-category" />
    <version value="0.1.0" />
    <name value="GenomicsPatientChoiceCategory" />
    <status value="draft" />
    <date value="2022-12-21T11:27:52.3231281+00:00" />
    <description value="A ValueSet to identify the categories of sources of obtaining the patient choice (consent) before undergoing Genomic test" />
    <compose>
        <include>
            <system value="https://fhir.nhs.uk/CodeSystem/patient-choice-category-genomics" />
            <version value="0.1.0" />
        </include>
    </compose>
</ValueSet>

JSON View

{
    "resourceType": "ValueSet",
    "id": "genomics-patient-choice-category",
    "url": "https://fhir.nhs.uk/ValueSet/genomics-patient-choice-category",
    "version": "0.1.0",
    "name": "GenomicsPatientChoiceCategory",
    "status": "draft",
    "date": "2022-12-21T11:27:52.3231281+00:00",
    "description": "A ValueSet to identify the categories of sources of obtaining the patient choice (consent) before undergoing Genomic test",
    "compose": {
        "include":  [
            {
                "system": "https://fhir.nhs.uk/CodeSystem/patient-choice-category-genomics",
                "version": "0.1.0"
            }
        ]
    }
}