@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "ch-vacd-clinical-decision-support-event-cs"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

This code system http://fhir.ch/ig/ch-vacd/CodeSystem/ch-vacd-clinical-decision-support-event-cs defines the following codes:

CodeDisplay
immunrecorequest Immunization Recommendation Request
immunrecoresponse Immunization Recommendation Response

Additional Language Displays

CodeDeutsch (Schweiz) (German (Switzerland), de)English (United States) (English (United States), en)French (Switzerland) (fr)Italian (Switzerland) (it)rm
immunrecorequestImmunization Recommendation RequestImmunization Recommendation RequestImmunization Recommendation RequestImmunization Recommendation RequestImmunization Recommendation Request
immunrecoresponseImmunization Recommendation ResponseImmunization Recommendation ResponseImmunization Recommendation ResponseImmunization Recommendation ResponseImmunization Recommendation Response
" ]; fhir:DomainResource.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/resource-effectivePeriod" ]; fhir:Extension.valuePeriod [ fhir:Period.start [ fhir:value "2021-12-21T00:00:00+01:00"^^xsd:dateTime ] ] ]; fhir:CodeSystem.url [ fhir:value "http://fhir.ch/ig/ch-vacd/CodeSystem/ch-vacd-clinical-decision-support-event-cs"]; fhir:CodeSystem.identifier [ fhir:index 0; fhir:Identifier.use [ fhir:value "official" ]; fhir:Identifier.system [ fhir:value "http://fhir.ch/ig/ch-vacd/cs/entry-conflict" ]; fhir:Identifier.value [ fhir:value "entry-conflict" ] ]; fhir:CodeSystem.version [ fhir:value "2.0.0"]; fhir:CodeSystem.name [ fhir:value "ClinicalDecisionSupportEvent"]; fhir:CodeSystem.title [ fhir:value "CDS Event"]; fhir:CodeSystem.status [ fhir:value "active"]; fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean]; fhir:CodeSystem.date [ fhir:value "2022-02-11T14:45:16+01:00"^^xsd:dateTime]; fhir:CodeSystem.publisher [ fhir:value "HL7 Switzerland"]; fhir:CodeSystem.contact [ fhir:index 0; fhir:ContactDetail.name [ fhir:value "HL7 Switzerland" ]; fhir:ContactDetail.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "url" ]; fhir:ContactPoint.value [ fhir:value "https://www.hl7.ch/" ] ] ]; fhir:CodeSystem.description [ fhir:value "Clinical Decision Support Event"]; fhir:CodeSystem.content [ fhir:value "complete"]; fhir:CodeSystem.count [ fhir:value "2"^^xsd:nonNegativeInteger]; fhir:CodeSystem.concept [ fhir:index 0; fhir:CodeSystem.concept.code [ fhir:value "immunrecorequest" ]; fhir:CodeSystem.concept.display [ fhir:value "Immunization Recommendation Request" ]; fhir:CodeSystem.concept.designation [ fhir:index 0; fhir:CodeSystem.concept.designation.language [ fhir:value "de-CH" ]; fhir:CodeSystem.concept.designation.value [ fhir:value "Immunization Recommendation Request" ] ], [ fhir:index 1; fhir:CodeSystem.concept.designation.language [ fhir:value "fr-CH" ]; fhir:CodeSystem.concept.designation.value [ fhir:value "Immunization Recommendation Request" ] ], [ fhir:index 2; fhir:CodeSystem.concept.designation.language [ fhir:value "it-CH" ]; fhir:CodeSystem.concept.designation.value [ fhir:value "Immunization Recommendation Request" ] ], [ fhir:index 3; fhir:CodeSystem.concept.designation.language [ fhir:value "rm-CH" ]; fhir:CodeSystem.concept.designation.value [ fhir:value "Immunization Recommendation Request" ] ], [ fhir:index 4; fhir:CodeSystem.concept.designation.language [ fhir:value "en-US" ]; fhir:CodeSystem.concept.designation.value [ fhir:value "Immunization Recommendation Request" ] ] ], [ fhir:index 1; fhir:CodeSystem.concept.code [ fhir:value "immunrecoresponse" ]; fhir:CodeSystem.concept.display [ fhir:value "Immunization Recommendation Response" ]; fhir:CodeSystem.concept.designation [ fhir:index 0; fhir:CodeSystem.concept.designation.language [ fhir:value "de-CH" ]; fhir:CodeSystem.concept.designation.value [ fhir:value "Immunization Recommendation Response" ] ], [ fhir:index 1; fhir:CodeSystem.concept.designation.language [ fhir:value "fr-CH" ]; fhir:CodeSystem.concept.designation.value [ fhir:value "Immunization Recommendation Response" ] ], [ fhir:index 2; fhir:CodeSystem.concept.designation.language [ fhir:value "it-CH" ]; fhir:CodeSystem.concept.designation.value [ fhir:value "Immunization Recommendation Response" ] ], [ fhir:index 3; fhir:CodeSystem.concept.designation.language [ fhir:value "rm-CH" ]; fhir:CodeSystem.concept.designation.value [ fhir:value "Immunization Recommendation Response" ] ], [ fhir:index 4; fhir:CodeSystem.concept.designation.language [ fhir:value "en-US" ]; fhir:CodeSystem.concept.designation.value [ fhir:value "Immunization Recommendation Response" ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------