@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ConceptMap ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "nkr2patient"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: ConceptMap nkr2patient

Mapping from NKR Patient to Patient


Group 1 Mapping from NKR Patient to Patient

Source CodeRelationshipTarget CodeComment
NCRPatient.gender (Gender)is equivalent toPluginPatient.gender (Gender)Administrative gender
" ] ; # fhir:url [ fhir:v "https://plugin.healthcare/fhir/ConceptMap/nkr2patient"^^xsd:anyURI] ; # fhir:version [ fhir:v "0.1.0-ci"] ; # fhir:name [ fhir:v "NKR-Patient"] ; # fhir:title [ fhir:v "NKR naar PLUGIN."] ; # fhir:status [ fhir:v "draft"] ; # fhir:experimental [ fhir:v "true"^^xsd:boolean] ; # fhir:date [ fhir:v "2025-01-16T08:18:16+00:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "PLUGIN"] ; # fhir:contact ( [ fhir:name [ fhir:v "PLUGIN" ] ; fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "https://plugin.healthcare" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "m.sieswerda@iknl.nl" ] ] ) ] ) ; # fhir:description [ fhir:v "Mapping between the Patient models as used in the NCR and within PLUGIN.\nMaturity Level: 0 Draft"] ; # fhir:jurisdiction ( [ fhir:coding ( [ fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ; fhir:code [ fhir:v "528" ] ; fhir:display [ fhir:v "NL" ] ] ) ] ) ; # fhir:purpose [ fhir:v "The purpose of this mapping is to show how the generic PLUGIN information model can be used to populate the patient data needed for the NCR."] ; # fhir:copyright [ fhir:v "Used by permission of the PLUGIN team, all rights reserved Creative Commons License"] ; # fhir:source [ fhir:v "https://plugin.healthcare/fhir/StructureDefinition/NKRPatient"^^xsd:anyURI] ; # fhir:target [ fhir:v "https://plugin.healthcare/fhir/StructureDefinition/plugin-patient"^^xsd:anyURI] ; # fhir:group ( [ fhir:source [ fhir:v "https://plugin.healthcare/fhir/StructureDefinition/NKRPatient"^^xsd:anyURI ] ; fhir:target [ fhir:v "https://plugin.healthcare/fhir/StructureDefinition/plugin-patient"^^xsd:anyURI ] ; fhir:element ( [ fhir:code [ fhir:v "NCRPatient.gender" ] ; fhir:display [ fhir:v "Gender" ] ; fhir:target ( [ fhir:code [ fhir:v "PluginPatient.gender" ] ; fhir:display [ fhir:v "Gender" ] ; fhir:equivalence [ fhir:v "equivalent" ] ; fhir:comment [ fhir:v "Administrative gender" ] ] ) ] ) ] ) . # # -------------------------------------------------------------------------------------