@prefix fhir: .
@prefix owl: .
@prefix rdfs: .
@prefix xsd: .
# - resource -------------------------------------------------------------------
a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "contactentity-type"] ; #
fhir:meta [
fhir:lastUpdated [ fhir:v "2020-04-09T21:10:28.568+00:00"^^xsd:dateTime ] ;
fhir:profile ( [
fhir:v "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"^^xsd:anyURI ;
fhir:link
] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "Placeholder
"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [ fhir:v "pa" ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ;
fhir:value [ fhir:v "3"^^xsd:integer ]
] ) ; #
fhir:url [ fhir:v "http://terminology.hl7.org/CodeSystem/contactentity-type"^^xsd:anyURI] ; #
fhir:identifier ( [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.1.1129" ]
] ) ; #
fhir:version [ fhir:v "0.5.0"] ; #
fhir:name [ fhir:v "ContactEntityType"] ; #
fhir:title [ fhir:v "Contact entity type"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2023-09-08T17:52:31-06:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "FHIR Project team"] ; #
fhir:contact ( [
fhir:telecom ( [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://hl7.org/fhir" ]
] )
] ) ; #
fhir:description [ fhir:v "This example value set defines a set of codes that can be used to indicate the purpose for which you would contact a contact party."] ; #
fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; #
fhir:valueSet [
fhir:v "http://terminology.hl7.org/ValueSet/contactentity-type"^^xsd:anyURI ;
fhir:link
] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:concept ( [
fhir:code [ fhir:v "BILL" ] ;
fhir:display [ fhir:v "Billing" ] ;
fhir:definition [ fhir:v "Contact details for information regarding to billing/general finance enquiries." ]
] [
fhir:code [ fhir:v "ADMIN" ] ;
fhir:display [ fhir:v "Administrative" ] ;
fhir:definition [ fhir:v "Contact details for administrative enquiries." ]
] [
fhir:code [ fhir:v "HR" ] ;
fhir:display [ fhir:v "Human Resource" ] ;
fhir:definition [ fhir:v "Contact details for issues related to Human Resources, such as staff matters, OH&S etc." ]
] [
fhir:code [ fhir:v "PAYOR" ] ;
fhir:display [ fhir:v "Payor" ] ;
fhir:definition [ fhir:v "Contact details for dealing with issues related to insurance claims/adjudication/payment." ]
] [
fhir:code [ fhir:v "PATINF" ] ;
fhir:display [ fhir:v "Patient" ] ;
fhir:definition [ fhir:v "Generic information contact for patients." ]
] [
fhir:code [ fhir:v "PRESS" ] ;
fhir:display [ fhir:v "Press" ] ;
fhir:definition [ fhir:v "Dedicated contact point for matters relating to press enquiries." ]
] ) . #
# -------------------------------------------------------------------------------------