MediRecords FHIR Implementation Guide
1.3.0 - release


: MediRecords Healthcare Organisation Role Type - 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:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "mr-healthcare-organisation-role-type"] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-organization-type.html\"><code>http://terminology.hl7.org/CodeSystem/organization-type</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-organization-type.html#organization-type-govt\">govt</a></td><td>Government</td><td>A political body, often used when including organization records for government bodies such as a Federal Government, State or Local Government.</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-organization-type.html#organization-type-ins\">ins</a></td><td>Insurance Company</td><td>A company that provides insurance to its subscribers that may include healthcare related policies.</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-organization-type.html#organization-type-pay\">pay</a></td><td>Payer</td><td>A company, charity, or governmental organization, which processes claims and/or issues payments to providers on behalf of patients or groups of patients.</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-organization-type.html#organization-type-prov\">prov</a></td><td>Healthcare provider</td><td>An organization that provides healthcare services.</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-organization-type.html#organization-type-bus\">bus</a></td><td>Non-Healthcare Business or Corporation</td><td>An organization that is a registered business or corporation but not identified by other types.</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-organization-type.html#organization-type-other\">other</a></td><td>Other</td><td>Other type of organization not already specified.</td></tr></table></li><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://snomed.info/id/79993009\">79993009</a></td><td>Government hospital</td></tr><tr><td><a href=\"http://snomed.info/id/310391008\">310391008</a></td><td>Community health centre</td></tr><tr><td><a href=\"http://snomed.info/id/309895006\">309895006</a></td><td>Private hospital</td></tr><tr><td><a href=\"http://snomed.info/id/309950003\">309950003</a></td><td>Pathology department</td></tr><tr><td><a href=\"http://snomed.info/id/34391000087107\">34391000087107</a></td><td>Single-disciplinary professional practice</td></tr><tr><td><a href=\"http://snomed.info/id/282086004\">282086004</a></td><td>Dental surgery premises</td></tr><tr><td><a href=\"http://snomed.info/id/702915002\">702915002</a></td><td>Psychology clinic</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "https://fhir.medirecords.com/ValueSet/mr-healthcare-organisation-role-type"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.3.0"] ; # 
  fhir:name [ fhir:v "MRHealthcareOrganizationRoleTypeValueSet"] ; # 
  fhir:title [ fhir:v "MediRecords Healthcare Organisation Role Type"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2023-12-21T01:01:27+00:00"^^xsd:dateTime] ; # 
  fhir:description [ fhir:v "MediRecords Healthcare Organisation Role Type ValueSet"] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/organization-type"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "govt" ] ;
fhir:display [ fhir:v "Government" ]       ] [
fhir:code [ fhir:v "ins" ] ;
fhir:display [ fhir:v "Insurance Company" ]       ] [
fhir:code [ fhir:v "pay" ] ;
fhir:display [ fhir:v "Payer" ]       ] [
fhir:code [ fhir:v "prov" ] ;
fhir:display [ fhir:v "Healthcare provider" ]       ] [
fhir:code [ fhir:v "bus" ] ;
fhir:display [ fhir:v "Non-Healthcare Business or Corporation" ]       ] [
fhir:code [ fhir:v "other" ] ;
fhir:display [ fhir:v "Other" ]       ] )     ] [
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "79993009" ] ;
fhir:display [ fhir:v "Government hospital" ]       ] [
fhir:code [ fhir:v "310391008" ] ;
fhir:display [ fhir:v "Community health centre" ]       ] [
fhir:code [ fhir:v "309895006" ] ;
fhir:display [ fhir:v "Private hospital" ]       ] [
fhir:code [ fhir:v "309950003" ] ;
fhir:display [ fhir:v "Pathology department" ]       ] [
fhir:code [ fhir:v "34391000087107" ] ;
fhir:display [ fhir:v "Single-disciplinary professional practice" ]       ] [
fhir:code [ fhir:v "282086004" ] ;
fhir:display [ fhir:v "Dental surgery premises" ]       ] [
fhir:code [ fhir:v "702915002" ] ;
fhir:display [ fhir:v "Psychology clinic" ]       ] )     ] )
  ] . #