CowboyHatTypes ValueSet

The FHIR ValueSet for CowboyHatTypes is designed to define and enumerate a distinct set of options representing variations in the design, shape, and characteristics of cowboy hats. This ValueSet establishes a standardized collection of permissible values that can be used to specify different styles of cowboy hats, promoting interoperability and consistency in healthcare data exchange and decision-making processes.

Metadata

These are the details for this resource:

NameDescriptionCanonical_URLStatus
CowboyHatTypesVS

Types of cowboy hats

https://fake-acme.org/fhir/dallas-cowboy/ValueSet/CowboyHatTypesVSdraft

Resource content

These are different views on this resource:

ValueSet 'CowboyHatTypesVS'

StatusDraft

Types of cowboy hats

This value set includes codes from the following code systems:

<ValueSet xmlns="http://hl7.org/fhir">
    <id value="CowboyHatTypesVS" />
    <url value="https://fake-acme.org/fhir/dallas-cowboy/ValueSet/CowboyHatTypesVS" />
    <name value="CowboyHatTypesVS" />
    <title value="CowboyHatTypesVS" />
    <status value="draft" />
    <description value="Types of cowboy hats" />
    <compose>
        <include>
            <system value="https://fake-acme.org/fhir/dallas-cowboy/CodeSystem/CowboyHatTypes" />
        </include>
    </compose>
</ValueSet>
{
    "resourceType": "ValueSet",
    "status": "draft",
    "name": "CowboyHatTypesVS",
    "id": "CowboyHatTypesVS",
    "title": "CowboyHatTypesVS",
    "description": "Types of cowboy hats",
    "url": "https://fake-acme.org/fhir/dallas-cowboy/ValueSet/CowboyHatTypesVS",
    "compose": {
        "include":  [
            {
                "system": "https://fake-acme.org/fhir/dallas-cowboy/CodeSystem/CowboyHatTypes"
            }
        ]
    }
}