@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 "extensions" ] ; fhir:div "

Mapping from NCR Patient to PluginPatient

DRAFT (not intended for production usage). Published on 2024-03-26 18:29:28+0100 by PLUGIN (PLUGIN: https://plugin.healthcare, m.sieswerda@iknl.nl). Used by permission of the PLUGIN team, all rights reserved Creative Commons License

Mapping between the Patient models as used in the NCR and within PLUGIN.\nMaturity Level: 0 Draft

\n

Group 1Mapping from NCR Patient to PluginPatient

Source CodeRelationshipTarget CodeComment
NCRPatient.gender (Gender)PluginPatient.gender (Gender)Biological 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 "NCR to PLUGIN."] ; # fhir:status [ fhir:v "draft"] ; # fhir:experimental [ fhir:v "true"^^xsd:boolean] ; # fhir:date [ fhir:v "2024-03-26T18:29:28+01: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/NCRPatient"^^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/NCRPatient"^^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:modifierExtension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/1.0/StructureDefinition/extension-ConceptMap.element.target.equivalence"^^xsd:anyURI ] ; fhir:value [ fhir:v "equivalent" ] ] ) ; fhir:code [ fhir:v "PluginPatient.gender" ] ; fhir:display [ fhir:v "Gender" ] ; fhir:equivalence [ fhir:v "equivalent" ] ; fhir:comment [ fhir:v "Biological gender" ] ] ) ] ) ] ) . # # -------------------------------------------------------------------------------------