@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ConceptMap; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "activitydefinition-code-to-observation-code"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "extensions" ]; fhir:Narrative.div "

activitydefinition-code-to-observation-code (http://ehealth.sundhed.dk/ConceptMap/activitydefinition-code-to-observation-code)

Mapping from http://ehealth.sundhed.dk/vs/activitydefinition-code to http://ehealth.sundhed.dk/vs/observation-codes

ACTIVE. Published on 2020-03-13 by ehealth.sundhed.dk (ehealth.sundhed.dk: http://ehealth.sundhed.dk/term...).


Source Concept DetailsRelationshipDestination Concept DetailsComment
Code from Sundhedsvæsenets klassifikationssystem (SKS)Code from DAK-E Codes
ZZ3170Hjemmeblodtryksmåling udført af patientenhas specializationMCS88019Blodtryk hjemme systolisk;ArmShould really be specializes but igpublisher turns into narrower (which requires a comment)
has specializationMCS88020Blodtryk hjemme diastolisk;ArmShould really be specializes but igpublisher turns into narrower (which requires a comment)
" ]; fhir:ConceptMap.url [ fhir:value "http://ehealth.sundhed.dk/ConceptMap/activitydefinition-code-to-observation-code"]; fhir:ConceptMap.version [ fhir:value "2.5.0"]; fhir:ConceptMap.name [ fhir:value "activitydefinition-code-to-observation-code"]; fhir:ConceptMap.title [ fhir:value "ActivityDefinition code to Observation code"]; fhir:ConceptMap.status [ fhir:value "active"]; fhir:ConceptMap.experimental [ fhir:value "false"^^xsd:boolean]; fhir:ConceptMap.date [ fhir:value "2020-03-13"^^xsd:date]; fhir:ConceptMap.publisher [ fhir:value "Systematic | Trifork"]; fhir:ConceptMap.contact [ fhir:index 0; fhir:ContactDetail.name [ fhir:value "Systematic | Trifork" ]; fhir:ContactDetail.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "url" ]; fhir:ContactPoint.value [ fhir:value "http://ehealth.sundhed.dk" ] ] ]; fhir:ConceptMap.sourceUri [ fhir:value "http://ehealth.sundhed.dk/vs/activitydefinition-code"]; fhir:ConceptMap.targetUri [ fhir:value "http://ehealth.sundhed.dk/vs/observation-codes"]; fhir:ConceptMap.group [ fhir:index 0; fhir:ConceptMap.group.source [ fhir:value "urn:oid:1.2.208.176.2.4" ]; fhir:ConceptMap.group.target [ fhir:value "urn:oid:1.2.208.184.100.8" ]; fhir:ConceptMap.group.element [ fhir:index 0; fhir:ConceptMap.group.element.code [ fhir:value "ZZ3170" ]; fhir:ConceptMap.group.element.display [ fhir:value "Hjemmeblodtryksmåling udført af patienten" ]; fhir:ConceptMap.group.element.target [ fhir:index 0; fhir:ConceptMap.group.element.target.code [ fhir:value "MCS88019" ]; fhir:ConceptMap.group.element.target.display [ fhir:value "Blodtryk hjemme systolisk;Arm" ]; fhir:ConceptMap.group.element.target.equivalence [ fhir:value "specializes" ]; fhir:ConceptMap.group.element.target.comment [ fhir:value "Should really be specializes but igpublisher turns into narrower (which requires a comment)" ] ], [ fhir:index 1; fhir:ConceptMap.group.element.target.code [ fhir:value "MCS88020" ]; fhir:ConceptMap.group.element.target.display [ fhir:value "Blodtryk hjemme diastolisk;Arm" ]; fhir:ConceptMap.group.element.target.equivalence [ fhir:value "specializes" ]; fhir:ConceptMap.group.element.target.comment [ fhir:value "Should really be specializes but igpublisher turns into narrower (which requires a comment)" ] ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------