Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft profiles for release #6

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions codesystems/CodeSystem-CareConnect-ConditionCategory-1.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
<CodeSystem xmlns="http://hl7.org/fhir">
<id value="CareConnect-ConditionCategory-1"/>
<url value="https://fhir.hl7.org.uk/STU3/CodeSystem/CareConnect-ConditionCategory-1"/>
<version value="1.0.0"/>
<name value="Care Connect Condition Category"/>
<status value="draft"/>
<date value="2018-05-10T00:00:00+00:00"/>
<publisher value="HL7 UK"/>
<description value="A CodeSystem to identify the category of a condition."/>
<copyright value="Copyright © 2016 HL7 UK"/>
<caseSensitive value="true"/>
<content value="complete"/>
<concept>
<code value="problem-list-item"/>
<display value="Problem List Item"/>
<definition value="An item on a problem list which can be managed over time and can be expressed by a practitioner (e.g. physician, nurse), patient, or related person."/>
</concept>
<concept>
<code value="encounter-diagnosis"/>
<display value="Encounter Diagnosis"/>
<definition value="A point in time diagnosis (e.g. from a physician or nurse) in context of an encounter."/>
</concept>
<concept>
<code value="presenting-complaint"/>
<display value="Presenting Complaint"/>
</concept>
<concept>
<code value="co-morbidity"/>
<display value="Co-morbidity"/>
</concept>
<concept>
<code value="issue"/>
<display value="Issue"/>
</concept>
</CodeSystem>
34 changes: 34 additions & 0 deletions codesystems/CodeSystem-CareConnect-ConditionEpisodicity-1.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
<CodeSystem xmlns="http://hl7.org/fhir">
<id value="CareConnect-ConditionEpisodicity-1"/>
<url value="https://fhir.hl7.org.uk/STU3/CodeSystem/CareConnect-ConditionEpisodicity-1"/>
<version value="1.0.0"/>
<name value="Care Connect Condition Episodicity"/>
<status value="draft"/>
<date value="2018-05-03T00:00:00+00:00"/>
<publisher value="HL7 UK"/>
<description value="A CodeSystem to identify the episodicity of a condition."/>
<copyright value="Copyright © 2016 HL7 UK"/>
<caseSensitive value="true"/>
<content value="complete"/>
<concept>
<code value="first"/>
<display value="First"/>
<definition value="The first episode of a condition."/>
</concept>
<concept>
<code value="new"/>
<display value="New"/>
<definition value="A new episode of a previously recorded condition."/>
</concept>
<concept>
<code value="review"/>
<display value="Review"/>
<definition value="A review of an existing condition episode."/>
</concept>
<concept>
<code value="end"/>
<display value="End"/>
<definition value="Marks the end of an existing condition episode."/>
</concept>
</CodeSystem>
29 changes: 29 additions & 0 deletions codesystems/CodeSystem-CareConnect-ConditionRelationship-1.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
<CodeSystem xmlns="http://hl7.org/fhir">
<id value="CareConnect-ConditionRelationship-1"/>
<url value="https://fhir.hl7.org.uk/STU3/CodeSystem/CareConnect-ConditionRelationship-1"/>
<version value="1.0.0"/>
<name value="Care Connect Condition Relationship"/>
<status value="draft"/>
<date value="2018-04-16T00:00:00+00:00"/>
<publisher value="HL7 UK"/>
<description value="A CodeSystem that identifies the kind of relationship that exists with a target condition."/>
<copyright value="Copyright © 2016 HL7 UK"/>
<caseSensitive value="true"/>
<content value="complete"/>
<concept>
<code value="merge-combine"/>
<display value="Merge/Combine"/>
<definition value="This condition is merged/combined with the target condition to form a single logical condition."/>
</concept>
<concept>
<code value="nesting"/>
<display value="Nesting"/>
<definition value="This target condition is a component problem of this condition."/>
</concept>
<concept>
<code value="evolve"/>
<display value="Evolve"/>
<definition value="This condition has evolved from the target condition."/>
</concept>
</CodeSystem>
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
<?xml version="1.0" encoding="UTF-8"?>
<CodeSystem xmlns="http://hl7.org/fhir">
<id value="CareConnect-ImmunizationExplanationReason-1"/>
<url value="https://fhir.hl7.org.uk/STU3/CodeSystem/CareConnect-ImmunizationExplanationReason-1"/>
<version value="1.0.0"/>
<name value="Care Connect Immunization Explanation Reason"/>
<status value="draft"/>
<date value="2018-05-03T00:00:00+00:00"/>
<publisher value="HL7 UK"/>
<description value="A CodeSystem that identifies a code to record the reason why a vaccine was administered."/>
<copyright value="Copyright © 2016 HL7 UK"/>
<content value="complete"/>
<concept>
<code value="1"/>
<display value="Routine mass immunisation"/>
</concept>
<concept>
<code value="2"/>
<display value="Travel to endemic area"/>
</concept>
<concept>
<code value="3"/>
<display value="Planned travel to high risk area"/>
</concept>
<concept>
<code value="4"/>
<display value="Recent travel to high risk area"/>
</concept>
<concept>
<code value="5"/>
<display value="Subpopulation at special or unusual risk"/>
</concept>
<concept>
<code value="6"/>
<display value="High risk due to occupation"/>
</concept>
<concept>
<code value="7"/>
<display value="High risk due to lifestyle"/>
</concept>
<concept>
<code value="8"/>
<display value="High risk due to existing medical condition"/>
</concept>
<concept>
<code value="9"/>
<display value="Control of known sporadic outbreak"/>
</concept>
<concept>
<code value="10"/>
<display value="Patient request"/>
</concept>
<concept>
<code value="11"/>
<display value="Post-exposure prophyaxis"/>
</concept>
<concept>
<code value="12"/>
<display value="Other"/>
</concept>
</CodeSystem>
18 changes: 18 additions & 0 deletions codesystems/CodeSystem-CareConnect-ListEmptyReasonCode-1.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<CodeSystem xmlns="http://hl7.org/fhir">
<id value="CareConnect-ListEmptyReasonCode-1"/>
<url value="https://fhir.hl7.org.uk/STU3/CodeSystem/CareConnect-ListEmptyReasonCode-1"/>
<version value="1.0.0"/>
<name value="Care Connect List Empty Reason Code"/>
<status value="draft"/>
<date value="2018-05-10T00:00:00+00:00"/>
<publisher value="HL7 UK"/>
<description value="A CodeSystem to identify the reason a list may be empty."/>
<copyright value="Copyright © 2016 HL7 UK"/>
<caseSensitive value="true"/>
<content value="complete"/>
<concept>
<code value="no-content-recorded"/>
<display value="No Content Recorded"/>
</concept>
</CodeSystem>
29 changes: 29 additions & 0 deletions codesystems/CodeSystem-CareConnect-ListWarningCode-1.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
<CodeSystem xmlns="http://hl7.org/fhir">
<id value="CareConnect-ListWarningCode-1"/>
<url value="https://fhir.hl7.org.uk/STU3/CodeSystem/CareConnect-ListWarningCode-1"/>
<version value="1.0.0"/>
<name value="Care Connect List Warning Code"/>
<status value="draft"/>
<date value="2018-05-10T00:00:00+00:00"/>
<publisher value="HL7 UK"/>
<description value="A CodeSystem to identify the reason a list may be incomplete."/>
<copyright value="Copyright © 2016 HL7 UK"/>
<caseSensitive value="true"/>
<content value="complete"/>
<concept>
<code value="confidential-items"/>
<display value="Confidential Items"/>
<definition value="Items have been excluded from the returned resources due to patient consent preferences or as they are part of the exclusion dataset."/>
</concept>
<concept>
<code value="data-in-transit"/>
<display value="Data in Transit"/>
<definition value="This only refers to data transmitted from GP to GP when a patient moves GP practice. This is where a patient is registered at their new GP practice but their medical records from their previous GP practice has not yet been received and/or incorporated into their new GP practice system."/>
</concept>
<concept>
<code value="data-awaiting-filing"/>
<display value="Data Awaiting Filing"/>
<definition value="Where data exists in a provider system workflow that would have been included as part of the bundle returned had it been integrated in the system."/>
</concept>
</CodeSystem>
22 changes: 22 additions & 0 deletions codesystems/CodeSystem-CareConnect-ProblemSignificance-1.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<CodeSystem xmlns="http://hl7.org/fhir">
<id value="CareConnect-ProblemSignificance-1"/>
<url value="https://fhir.hl7.org.uk/STU3/CodeSystem/CareConnect-ProblemSignificance-1"/>
<version value="1.0.0"/>
<name value="Care Connect Problem Significance"/>
<status value="draft"/>
<date value="2018-04-16T00:00:00+00:00"/>
<publisher value="HL7 UK"/>
<description value="A CodeSystem to record the significance of a Problem Header Condition."/>
<copyright value="Copyright © 2016 HL7 UK"/>
<caseSensitive value="true"/>
<content value="complete"/>
<concept>
<code value="major"/>
<display value="Major"/>
</concept>
<concept>
<code value="minor"/>
<display value="Minor"/>
</concept>
</CodeSystem>
57 changes: 57 additions & 0 deletions conceptmaps/ConceptMap-CareConnect-ConditionEpisodicity-1.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
<?xml version="1.0" encoding="UTF-8"?>
<ConceptMap xmlns="http://hl7.org/fhir">
<url value="https://fhir.hl7.org.uk/STU3/ConceptMap/CareConnect-ConditionEpisodicity-1"/>
<version value="1.0.0"/>
<name value="Concept Map - Condition Episodicity"/>
<status value="draft"/>
<date value="2018-05-03T00:00:00+00:00"/>
<publisher value="HL7 UK"/>
<description value="A Concept Map from ValueSet Condition Episodicity Severity to equivalent Snomed CT codes"/>
<copyright value="Copyright © 2016 HL7 UK"/>
<sourceReference>
<reference value="https://fhir.hl7.org.uk/STU3/ValueSet/CareConnect-ConditionEpisodicity-1"/>
</sourceReference>
<targetReference>
<reference value="https://fhir.hl7.org.uk/STU3/ValueSet/CareConnect-ConditionEpisodeSnCT-1"/>
</targetReference>
<group>
<source value="https://fhir.hl7.org.uk/STU3/CodeSystem/CareConnect-ConditionEpisodicity-1"/>
<target value="http://snomed.info/sct"/>
<element>
<code value="first"/>
<display value="First"/>
<target>
<code value="255217005"/>
<display value="First episode"/>
<equivalence value="equivalent"/>
</target>
</element>
<element>
<code value="new"/>
<display value="New"/>
<target>
<code value="288527008"/>
<display value="New episode"/>
<equivalence value="equivalent"/>
</target>
</element>
<element>
<code value="review"/>
<display value="Review"/>
<target>
<code value="303350001"/>
<display value="Ongoing episode"/>
<equivalence value="equivalent"/>
</target>
</element>
<element>
<code value="end"/>
<display value="End"/>
<target>
<code value="272131007"/>
<display value="Old episode"/>
<equivalence value="equivalent"/>
</target>
</element>
</group>
</ConceptMap>
Loading