View raw Markdown
type: valuesetvalueset: doc-typecodes

ValueSet

Document Type Value Set

Content (Compose)

ValueSet XML

<?xml version="1.0" encoding="UTF-8"?><ValueSet xmlns="http://hl7.org/fhir">
    <id value="valueset-doc-typecodes"/>
    <meta>

    </meta>
    <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
        <valueCode value="oo"/>
    </extension>
    <url value="http://hl7.org/fhir/ValueSet/valueset-doc-typecodes"/>
    <identifier>
        <system value="urn:ietf:rfc:3986"/>
        <value value="urn:oid:2.16.840.1.113883.4.642.3.3277"/>
    </identifier>
    <version value="6.0.0"/>
    <name value="DocumentTypeValueSet"/>
    <title value="Document Type Value Set"/>
    <status value="active"/>
    <experimental value="false"/>
    <publisher value="HL7"/>
    <contact>
        <telecom>
            <system value="url"/>
            <value value="http://hl7.org"/>
        </telecom>
    </contact>
    <description value="This is the code specifying the kind of document (e.g. Prescription, Discharge Summary, Report, etc.). Made up of a set of non-healthcare specific codes and all LOINC codes where scale type = 'DOC'."/>
    <copyright value="This content from LOINC® is copyright © 1995 Regenstrief Institute, Inc. and the LOINC Committee, and available at no cost under the license at http://loinc.org/terms-of-use."/>
    <compose>
        <include>
            <system value="http://terminology.hl7.org/CodeSystem/media-category"/>
        </include>
        <include>
            <system value="http://loinc.org"/>
            <filter>
                <property value="SCALE_TYP"/>
                <op value="="/>
                <value value="LP32888-7"/>
            </filter>
        </include>
    </compose>
</ValueSet>