This page is part of the International Patient Summary Implementation Guide (v1.0.0: STU 1) based on FHIR R4. The current version which supercedes this version is 1.1.0. For a full list of available versions, see the Directory of published versions
Source view
@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:Resource.id [ fhir:value "severity-loinc-uv-ips"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>ConceptMapSeverityLoincToFhir (http://hl7.org/fhir/uv/ips/ConceptMap/severity-loinc-uv-ips)</h2><p>Mapping from <a href=\"ValueSet-condition-severity-uv-ips.html\">http://hl7.org/fhir/uv/ips/ValueSet/condition-severity-uv-ips</a> to <a href=\"http://hl7.org/fhir/R4/valueset-reaction-event-severity.html\">http://hl7.org/fhir/ValueSet/reaction-event-severity</a></p><p>ACTIVE. Published on May 19, 2020 6:37:29 PM by Health Level Seven International - Patient Care Work Group (<a href=\"http://www.hl7.org/Special/committees/patientcare\">http://www.hl7.org/Special/com...</a>). </p><div><p>Severity Value Set Mappings - LOINC to FHIR</p>\n</div><br/><table class=\"grid\"><tr><td><b>Source Code</b></td><td><b>Relationship</b></td><td><b>Destination Code</b></td></tr><tr><td>LA6752-5 (Mild)</td><td><a href=\"http://hl7.org/fhir/R4/codesystem-concept-map-equivalence.html#specializes\">has specialization</a></td><td>mild</td></tr><tr><td>LA6751-7 (Moderate)</td><td><a href=\"http://hl7.org/fhir/R4/codesystem-concept-map-equivalence.html#specializes\">has specialization</a></td><td>moderate</td></tr><tr><td>LA6750-9 (Severe)</td><td><a href=\"http://hl7.org/fhir/R4/codesystem-concept-map-equivalence.html#specializes\">has specialization</a></td><td>severe</td></tr></table></div>" ]; fhir:ConceptMap.url [ fhir:value "http://hl7.org/fhir/uv/ips/ConceptMap/severity-loinc-uv-ips"]; fhir:ConceptMap.version [ fhir:value "1.0.0"]; fhir:ConceptMap.name [ fhir:value "ConceptMapSeverityLoincToFhir"]; fhir:ConceptMap.title [ fhir:value "Severity Value Set Mappings - LOINC to FHIR"]; fhir:ConceptMap.status [ fhir:value "active"]; fhir:ConceptMap.experimental [ fhir:value "false"^^xsd:boolean]; fhir:ConceptMap.date [ fhir:value "2020-05-19T18:37:29+00:00"^^xsd:dateTime]; fhir:ConceptMap.publisher [ fhir:value "Health Level Seven International - Patient Care Work Group"]; fhir:ConceptMap.contact [ fhir:index 0; fhir:ContactDetail.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "url" ]; fhir:ContactPoint.value [ fhir:value "http://www.hl7.org/Special/committees/patientcare" ] ] ]; fhir:ConceptMap.description [ fhir:value "Severity Value Set Mappings - LOINC to FHIR"]; fhir:ConceptMap.jurisdiction [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://unstats.un.org/unsd/methods/m49/m49.htm" ]; fhir:Coding.code [ fhir:value "001" ] ] ]; fhir:ConceptMap.sourceUri [ fhir:value "http://hl7.org/fhir/uv/ips/ValueSet/condition-severity-uv-ips"]; fhir:ConceptMap.targetUri [ fhir:value "http://hl7.org/fhir/ValueSet/reaction-event-severity"]; fhir:ConceptMap.group [ fhir:index 0; fhir:ConceptMap.group.source [ fhir:value "http://loinc.org" ]; fhir:ConceptMap.group.target [ fhir:value "http://hl7.org/fhir/reaction-event-severity" ]; fhir:ConceptMap.group.element [ fhir:index 0; fhir:ConceptMap.group.element.code [ fhir:value "LA6752-5" ]; fhir:ConceptMap.group.element.display [ fhir:value "Mild" ]; fhir:ConceptMap.group.element.target [ fhir:index 0; fhir:ConceptMap.group.element.target.code [ fhir:value "mild" ]; fhir:ConceptMap.group.element.target.display [ fhir:value "Mild" ]; fhir:ConceptMap.group.element.target.equivalence [ fhir:value "specializes" ] ] ], [ fhir:index 1; fhir:ConceptMap.group.element.code [ fhir:value "LA6751-7" ]; fhir:ConceptMap.group.element.display [ fhir:value "Moderate" ]; fhir:ConceptMap.group.element.target [ fhir:index 0; fhir:ConceptMap.group.element.target.code [ fhir:value "moderate" ]; fhir:ConceptMap.group.element.target.display [ fhir:value "Moderate" ]; fhir:ConceptMap.group.element.target.equivalence [ fhir:value "specializes" ] ] ], [ fhir:index 2; fhir:ConceptMap.group.element.code [ fhir:value "LA6750-9" ]; fhir:ConceptMap.group.element.display [ fhir:value "Severe" ]; fhir:ConceptMap.group.element.target [ fhir:index 0; fhir:ConceptMap.group.element.target.code [ fhir:value "severe" ]; fhir:ConceptMap.group.element.target.display [ fhir:value "Severe" ]; fhir:ConceptMap.group.element.target.equivalence [ fhir:value "specializes" ] ] ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.