UK Core Implementation Guide STU3 Sequence - Sprint 6 Review

UK Core Problem Significance

HTML View

This code system https://fhir.hl7.org.uk/CodeSystem/UKCore-ProblemSignificance defines the following codes:

CodeDisplay
majorMajor
minorMinor

Table View

CodeSystem.id[0]UKCore-ProblemSignificance
CodeSystem.url[0]https://fhir.hl7.org.uk/CodeSystem/UKCore-ProblemSignificance
CodeSystem.version[0]1.0.0
CodeSystem.name[0]UKCoreProblemSignificance
CodeSystem.title[0]UK Core Problem Significance
CodeSystem.status[0]active
CodeSystem.date[0]2022-01-07
CodeSystem.publisher[0]HL7 UK
CodeSystem.contact[0].name[0]HL7 UK
CodeSystem.contact[0].telecom[0].system[0]email
CodeSystem.contact[0].telecom[0].value[0]ukcore@hl7.org.uk
CodeSystem.contact[0].telecom[0].use[0]work
CodeSystem.contact[0].telecom[0].rank[0]1
CodeSystem.description[0]A set of codes that define the significance of a problem header condition.
CodeSystem.copyright[0]Copyright © 2021+ HL7 UK Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. HL7® FHIR® standard Copyright © 2011+ HL7 The HL7® FHIR® standard is used under the FHIR license. You may obtain a copy of the FHIR license at https://www.hl7.org/fhir/license.html.
CodeSystem.caseSensitive[0]True
CodeSystem.content[0]complete
CodeSystem.concept[0].code[0]major
CodeSystem.concept[0].display[0]Major
CodeSystem.concept[1].code[0]minor
CodeSystem.concept[1].display[0]Minor

XML View

<CodeSystem xmlns="http://hl7.org/fhir">
    <id value="UKCore-ProblemSignificance" />
    <url value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ProblemSignificance" />
    <version value="1.0.0" />
    <name value="UKCoreProblemSignificance" />
    <title value="UK Core Problem Significance" />
    <status value="active" />
    <date value="2022-01-07" />
    <publisher value="HL7 UK" />
    <contact>
        <name value="HL7 UK" />
        <telecom>
            <system value="email" />
            <value value="ukcore@hl7.org.uk" />
            <use value="work" />
            <rank value="1" />
        </telecom>
    </contact>
    <description value="A set of codes that define the significance of a problem header condition." />
    <copyright value="Copyright &#169; 2021+ HL7 UK Licensed under the Apache License, Version 2.0 (the &quot;License&quot;); you may not use this file except in compliance with the License.  You may obtain a copy of the License at  http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the specific language governing permissions and limitations under the License. HL7&#174; FHIR&#174; standard Copyright &#169; 2011+ HL7 The HL7&#174; FHIR&#174; standard is used under the FHIR license. You may obtain a copy of the FHIR license at  https://www.hl7.org/fhir/license.html." />
    <caseSensitive value="true" />
    <content value="complete" />
    <concept>
        <code value="major" />
        <display value="Major" />
    </concept>
    <concept>
        <code value="minor" />
        <display value="Minor" />
    </concept>
</CodeSystem>

JSON View

{
    "resourceType": "CodeSystem",
    "id": "UKCore-ProblemSignificance",
    "url": "https://fhir.hl7.org.uk/CodeSystem/UKCore-ProblemSignificance",
    "version": "1.0.0",
    "name": "UKCoreProblemSignificance",
    "title": "UK Core Problem Significance",
    "status": "active",
    "date": "2022-01-07",
    "publisher": "HL7 UK",
    "contact":  [
        {
            "name": "HL7 UK",
            "telecom":  [
                {
                    "system": "email",
                    "value": "ukcore@hl7.org.uk",
                    "use": "work",
                    "rank": 1
                }
            ]
        }
    ],
    "description": "A set of codes that define the significance of a problem header condition.",
    "copyright": "Copyright © 2021+ HL7 UK Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License.  You may obtain a copy of the License at  http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the specific language governing permissions and limitations under the License. HL7® FHIR® standard Copyright © 2011+ HL7 The HL7® FHIR® standard is used under the FHIR license. You may obtain a copy of the FHIR license at  https://www.hl7.org/fhir/license.html.",
    "caseSensitive": true,
    "content": "complete",
    "concept":  [
        {
            "code": "major",
            "display": "Major"
        },
        {
            "code": "minor",
            "display": "Minor"
        }
    ]
}


back to top