-
Notifications
You must be signed in to change notification settings - Fork 5
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
Prinsipp for LOINC og SNOMED "samkoding" #117
Comments
Legges til på denne siden: terminologibinding |
FORSLAG til revisjon: The use of LOINC "magic value" in combination with SNOMED CT codesFor exchanging vital signs observations using HL7 FHIR in NorwayVital signs observations have predefined profiles defined by HL7 International. The goal of the HL7 vital signs profiles are:
These profiles defines a LOINC "magic value" for use in Observation.code to tell what is being measured. The use of LOINC is challenging in Norway as the CodeSystem is not in common use by clinicians and IT-systems generally don't support LOINC codes. In Norway we would suggest to always exchange vital signs observations with an additional SNOMED CT code for better semantic interoperability. The following principles have been defined for the use of LOINC magic values and additional SNOMED CT coding in the Observation.code element:
|
Tok bort barn av 1:1 koding etter møte med HL7 Norge TSK |
TSK 2023-04-21:
Kodeeksempel med tre koder i henhold til prinsipper <code>
<coding>
<system value="http://loinc.org"/>
<code value="8867-4"/> <!-- Dette er obligatorisk LOINC-->
<display value="Heart rate"/>
</coding>
<coding>
<system value="http://snomed.info/sct"/>
<code value="364075005"/> <!-- 1:1 mapping til info -->
<display value="Heart Rate"/>
</coding>
<coding>
<system value="http://snomed.info/sct"/>
<code value="78564009"/> <!-- Dette er puls, slicen bør begrenses i forhold til hvilke SNOMED CT begreper som skal benyttes-->
<display value="Heart rate measured at systemic artery (observable entity)"/>
</coding>
<text value="Heartrate"/>
</code> |
TSK 2023-05-26Bør applisere prinsippet på vitale-parametere siden LOINC er obligatorisk for disse målingene. Knytter denne saken til områdeprofilene og dokumentere prinsippet i forbindelse med no-domain. |
The use of LOINC "magic value" in combination with SNOMED CT codes
For exchanging vital signs observations using HL7 FHIR in Norway
Vital signs observations have predefined profiles defined by HL7 International. The goal of the HL7 vital signs profiles are:
These profiles defines a LOINC "magic value" for use in Observation.code to tell what is being measured. The use of LOINC is problematic in Norway as the CodeSystem is not in common use by clinicians and the systems generally don't support LOINC codes. In Norway we would suggest to always exchange vital signs observations with an additional SNOMED CT code for better semantic interoperability. The following principles have been defined for the use of LOINC magic values and additional SNOMED CT coding in the Observation.code element:
The text was updated successfully, but these errors were encountered: