CH ALIS (R4), published by ALIS-Connect. This guide is not an authorized publication; it is the continuous build for version 0.3.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/ahdis/ch-alis/ and changes regularly. See the Directory of published versions
: CH ALIS PersonTyp - TTL Representation
Raw ttl | Download
@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:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ch-alis-persontyp"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem ch-alis-persontyp</b></p><a name=\"ch-alis-persontyp\"> </a><a name=\"hcch-alis-persontyp\"> </a><a name=\"ch-alis-persontyp-en-US\"> </a><p>This code system <code>http://fhir.ch/ig/ch-alis/CodeSystem/ch-alis-persontyp</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td></tr><tr><td style=\"white-space:nowrap\">ResponsiblePhysician<a name=\"ch-alis-persontyp-ResponsiblePhysician\"> </a></td></tr><tr><td style=\"white-space:nowrap\">ProvidingPhysician<a name=\"ch-alis-persontyp-ProvidingPhysician\"> </a></td></tr><tr><td style=\"white-space:nowrap\">TreatingPhysician<a name=\"ch-alis-persontyp-TreatingPhysician\"> </a></td></tr><tr><td style=\"white-space:nowrap\">FeePhysician<a name=\"ch-alis-persontyp-FeePhysician\"> </a></td></tr><tr><td style=\"white-space:nowrap\">AssistingPhysician1<a name=\"ch-alis-persontyp-AssistingPhysician1\"> </a></td></tr><tr><td style=\"white-space:nowrap\">AssistingPhysician2<a name=\"ch-alis-persontyp-AssistingPhysician2\"> </a></td></tr><tr><td style=\"white-space:nowrap\">AssistingPhysician3<a name=\"ch-alis-persontyp-AssistingPhysician3\"> </a></td></tr><tr><td style=\"white-space:nowrap\">AssistingPhysician4<a name=\"ch-alis-persontyp-AssistingPhysician4\"> </a></td></tr><tr><td style=\"white-space:nowrap\">AssistingPhysician5<a name=\"ch-alis-persontyp-AssistingPhysician5\"> </a></td></tr><tr><td style=\"white-space:nowrap\">AssistingPhysician6<a name=\"ch-alis-persontyp-AssistingPhysician6\"> </a></td></tr><tr><td style=\"white-space:nowrap\">AssistingPhysician7<a name=\"ch-alis-persontyp-AssistingPhysician7\"> </a></td></tr><tr><td style=\"white-space:nowrap\">AssistingPhysician8<a name=\"ch-alis-persontyp-AssistingPhysician8\"> </a></td></tr><tr><td style=\"white-space:nowrap\">AssistingPhysician9<a name=\"ch-alis-persontyp-AssistingPhysician9\"> </a></td></tr></table></div>"
] ; #
fhir:url [ fhir:v "http://fhir.ch/ig/ch-alis/CodeSystem/ch-alis-persontyp"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.3.0"] ; #
fhir:name [ fhir:v "ChAlisPersonTyp"] ; #
fhir:title [ fhir:v "CH ALIS PersonTyp"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:date [ fhir:v "2020-11-26"^^xsd:date] ; #
fhir:publisher [ fhir:v "ALIS-Connect"] ; #
fhir:contact ( [
fhir:name [ fhir:v "ALIS-Connect" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.alis-connect.ch/" ] ] )
] ) ; #
fhir:description [ fhir:v "This code system defines the PersonTyp."] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "CH" ] ] )
] ) ; #
fhir:copyright [ fhir:v "not-open-source"] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "13"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "ResponsiblePhysician" ]
] [
fhir:code [ fhir:v "ProvidingPhysician" ]
] [
fhir:code [ fhir:v "TreatingPhysician" ]
] [
fhir:code [ fhir:v "FeePhysician" ]
] [
fhir:code [ fhir:v "AssistingPhysician1" ]
] [
fhir:code [ fhir:v "AssistingPhysician2" ]
] [
fhir:code [ fhir:v "AssistingPhysician3" ]
] [
fhir:code [ fhir:v "AssistingPhysician4" ]
] [
fhir:code [ fhir:v "AssistingPhysician5" ]
] [
fhir:code [ fhir:v "AssistingPhysician6" ]
] [
fhir:code [ fhir:v "AssistingPhysician7" ]
] [
fhir:code [ fhir:v "AssistingPhysician8" ]
] [
fhir:code [ fhir:v "AssistingPhysician9" ]
] ) . #