Starter FHIR Implementation Guide, published by Jembi Health Systems. This guide is not an authorized publication; it is the continuous build for version 1.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/jembi/Starter-FHIR-IG/ and changes regularly. See the Directory of published versions
: ConceptMap to and from LOINC to Proprietary - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:ConceptMap ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "LOINCCodesToProprietary"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ConceptMap LOINCCodesToProprietary</b></p><a name=\"LOINCCodesToProprietary\"> </a><a name=\"hcLOINCCodesToProprietary\"> </a><a name=\"LOINCCodesToProprietary-en-US\"> </a><p>Mapping from (not specified) to (not specified)</p><br/><p><b>Group 1 </b>Mapping from <a href=\"CodeSystem-yes-no-code-system.html\">Yes/No</a> to <a href=\"http://terminology.hl7.org/6.0.2/CodeSystem-v3-loinc.html\">Logical Observation Identifiers, Names and Codes (LOINC)</a></p><table class=\"grid\"><tr><td><b>Source Code</b></td><td><b>Relationship</b></td><td><b>Target Code</b></td></tr><tr><td>true (Yes)</td><td><a href=\"http://hl7.org/fhir/extensions/5.1.0/CodeSystem-concept-map-equivalence.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>LA29252-6 (Currently breastfeeding)</td></tr><tr><td>false (No)</td><td><a href=\"http://hl7.org/fhir/extensions/5.1.0/CodeSystem-concept-map-equivalence.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>LA29253-4 (Not currently breastfeeding)</td></tr></table><hr/><p><b>Group 2 </b>Mapping from <a href=\"http://terminology.hl7.org/6.0.2/CodeSystem-v3-loinc.html\">Logical Observation Identifiers, Names and Codes (LOINC)</a> to <a href=\"CodeSystem-yes-no-code-system.html\">Yes/No</a></p><table class=\"grid\"><tr><td><b>Source Code</b></td><td><b>Relationship</b></td><td><b>Target Code</b></td></tr><tr><td>LA29252-6 (Currently breastfeeding)</td><td><a href=\"http://hl7.org/fhir/extensions/5.1.0/CodeSystem-concept-map-equivalence.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>true (Yes)</td></tr><tr><td>LA29253-4 (Not currently breastfeeding)</td><td><a href=\"http://hl7.org/fhir/extensions/5.1.0/CodeSystem-concept-map-equivalence.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>false (No)</td></tr></table></div>"
] ; #
fhir:url [ fhir:v "http://jembi.org/fhir/ConceptMap/LOINCCodesToProprietary"^^xsd:anyURI] ; #
fhir:version [ fhir:v "1.0.1"] ; #
fhir:name [ fhir:v "LOINCCodesToProprietary"] ; #
fhir:title [ fhir:v "ConceptMap to and from LOINC to Proprietary"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v "true"^^xsd:boolean] ; #
fhir:date [ fhir:v "2024-08-30"^^xsd:date] ; #
fhir:publisher [ fhir:v "Jembi Health Systems"] ; #
fhir:contact ( [
fhir:name [ fhir:v "Jembi Health Systems" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.jembi.org/" ] ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "info@jembi.org" ] ] )
] [
fhir:name [ fhir:v "Richard Langford" ] ;
( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "richard.langford@jembi.org" ] ;
fhir:use [ fhir:v "work" ] ] )
] ) ; #
fhir:description [ fhir:v "Mapping to and from proprietary concepts to LOINC."] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "World" ] ] )
] ) ; #
fhir:group ( [
fhir:source [ fhir:v "http://jembi.org/fhir/CodeSystem/yes-no-code-system"^^xsd:anyURI ] ;
fhir:target [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
( fhir:element [
fhir:code [ fhir:v "true" ] ;
( fhir:target [
fhir:code [ fhir:v "LA29252-6" ] ;
fhir:equivalence [ fhir:v "equivalent" ] ] ) ] [
fhir:code [ fhir:v "false" ] ;
( fhir:target [
fhir:code [ fhir:v "LA29253-4" ] ;
fhir:equivalence [ fhir:v "equivalent" ] ] ) ] )
] [
fhir:source [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:target [ fhir:v "http://jembi.org/fhir/CodeSystem/yes-no-code-system"^^xsd:anyURI ] ;
( fhir:element [
fhir:code [ fhir:v "LA29252-6" ] ;
( fhir:target [
fhir:code [ fhir:v "true" ] ;
fhir:equivalence [ fhir:v "equivalent" ] ] ) ] [
fhir:code [ fhir:v "LA29253-4" ] ;
( fhir:target [
fhir:code [ fhir:v "false" ] ;
fhir:equivalence [ fhir:v "equivalent" ] ] ) ] )
] ) . #