@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ValueSet ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "plugin-pa-report-codes-vs"] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "

Generated Narrative: ValueSet plugin-pa-report-codes-vs

" ] ; # fhir:url [ fhir:v "https://plugin.healthcare/fhir/ValueSet/plugin-pa-report-codes-vs"^^xsd:anyURI] ; # fhir:version [ fhir:v "0.1.0-ci"] ; # fhir:name [ fhir:v "PluginPathologyReportCodes"] ; # fhir:title [ fhir:v "Pathology Report codes"] ; # fhir:status [ fhir:v "draft"] ; # fhir:date [ fhir:v "2024-11-05T09:53:52+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 "Waardelijst met codes die een pathologieverslag identificeren."] ; # 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:copyright [ fhir:v "Used by permission of the PLUGIN team, all rights reserved Creative Commons License"] ; # fhir:compose [ fhir:include ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0074"^^xsd:anyURI ] ; fhir:concept ( [ fhir:code [ fhir:v "CP" ] ; fhir:display [ fhir:v "Cytopathology" ] ] [ fhir:code [ fhir:v "SP" ] ; fhir:display [ fhir:v "Pathology (gross & histopath, not surgical" ] ] [ fhir:code [ fhir:v "PAT" ] ; fhir:display [ fhir:v "Surgical Pathology" ] ] ) ] ) ] . # # -------------------------------------------------------------------------------------