RIVO-Noord Zorgviewer MVP2 Implementation Guide - Local Development build (v0.25.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
Active as of 2024-05-13 |
@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 "patient-toestemming"] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Mapping from HL7v2 to <a href=\"StructureDefinition-ToestemmingConsent.html\">ToestemmingConsent</a></p><p>ACTIVE. Published on 2024-05-13 07:45:32+0000 by RIVO-NN HL7NL (RIVO-NN: <a href=\"https://rivo-noord.nl\">https://rivo-noord.nl</a>, HL7NL: <a href=\"https://hl7.nl\">https://hl7.nl</a>). </p><div><p>Deze ConceptMap representeert de mapping van een patient-toestemming HL7 v2 bericht (PID en CON segmenten) naar FHIR Concent Resource.</p>\n</div><br/><p><b>Group 1 </b>Mapping from <code>unspecified code system</code> to <code>unspecified code system</code></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>PID-2 (Patient BSN (NLMINBIZA^NNNLD))</td><td><a href=\"http://hl7.org/fhir/STU3/codesystem-concept-map-equivalence.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>patient.identifier (system=BSN)</td></tr><tr><td>CON-2 (Doss. delen?)</td><td><a href=\"http://hl7.org/fhir/STU3/codesystem-concept-map-equivalence.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>category ('Doss. delen?')</td></tr><tr><td>CON-11 (Status)</td><td><a href=\"http://hl7.org/fhir/STU3/codesystem-concept-map-equivalence.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>status ('AKKOORD' of 'TIJDELIJK' > active, 'GEWEIGERD' > rejected))</td></tr><tr><td>CON-13 (Startdatum)</td><td><a href=\"http://hl7.org/fhir/STU3/codesystem-concept-map-equivalence.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>period.start</td></tr><tr><td>CON-15 (Einddatum)</td><td><a href=\"http://hl7.org/fhir/STU3/codesystem-concept-map-equivalence.html#equivalent\" title=\"equivalent\">is equivalent to</a></td><td>period.end</td></tr></table></div>"
] ; #
fhir:url [ fhir:v "http://hl7.nl/fhir/zorgviewer/ConceptMap/patient-toestemming"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.25.0"] ; #
fhir:name [ fhir:v "PatientToestemmingMapping"] ; #
fhir:title [ fhir:v "Patient Toestemming Mapping"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2024-05-13T07:45:32+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "RIVO-NN HL7NL"] ; #
fhir:contact ( [
fhir:name [ fhir:v "RIVO-NN" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://rivo-noord.nl" ] ] )
] [
fhir:name [ fhir:v "HL7NL" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://hl7.nl" ] ] )
] ) ; #
fhir:description [ fhir:v "Deze ConceptMap representeert de mapping van een patient-toestemming HL7 v2 bericht (PID en CON segmenten) naar FHIR Concent Resource."] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "NL" ] ] )
] ) ; #
fhir:source [ fhir:v "HL7v2"^^xsd:anyURI] ; #
fhir:target [ fhir:v "http://hl7.nl/fhir/zorgviewer/StructureDefinition/ToestemmingConsent"^^xsd:anyURI] ; #
fhir:group ( [
( fhir:element [
fhir:code [ fhir:v "PID-2" ] ;
fhir:display [ fhir:v "Patient BSN (NLMINBIZA^NNNLD)" ] ;
( 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 "patient.identifier" ] ;
fhir:display [ fhir:v "system=BSN" ] ;
fhir:equivalence [ fhir:v "equivalent" ] ] ) ] [
fhir:code [ fhir:v "CON-2" ] ;
fhir:display [ fhir:v "Doss. delen?" ] ;
( 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 "category" ] ;
fhir:display [ fhir:v "'Doss. delen?'" ] ;
fhir:equivalence [ fhir:v "equivalent" ] ] ) ] [
fhir:code [ fhir:v "CON-11" ] ;
fhir:display [ fhir:v "Status" ] ;
( 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 "status" ] ;
fhir:display [ fhir:v "'AKKOORD' of 'TIJDELIJK' > active, 'GEWEIGERD' > rejected)" ] ;
fhir:equivalence [ fhir:v "equivalent" ] ] ) ] [
fhir:code [ fhir:v "CON-13" ] ;
fhir:display [ fhir:v "Startdatum" ] ;
( 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 "period.start" ] ;
fhir:equivalence [ fhir:v "equivalent" ] ] ) ] [
fhir:code [ fhir:v "CON-15" ] ;
fhir:display [ fhir:v "Einddatum" ] ;
( 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 "period.end" ] ;
fhir:equivalence [ fhir:v "equivalent" ] ] ) ] )
] ) . #
IG © 2023+ RIVO-NN HL7NL. Package hl7.fhir.nl.zorgviewer#0.25.0 based on FHIR 3.0.2. Generated 2024-05-13
Links: Table of Contents |
QA Report