0.1.0 - ci-build

MHNSushi - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: CodeSystemProcedurePerformerRole (My Core) - TTL Representation

Active as of 2024-02-12

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 "code-system-procedure-performer-role-my-core"] ; # 
  fhir:text [
fhir:status [ fhir:v "additional" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>CodeSystemPerformerRole (My Core)</h2><tt>http://fhir.hie.moh.gov.my/CodeSystem/procedure-performer-role-my-core</tt><p>Malaysia District List</p></div>"
  ] ; # 
  fhir:url [ fhir:v "http://fhir.hie.moh.gov.my/CodeSystem/procedure-performer-role-my-core"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "CodeSystemProcedurePerformerRoleMyCore"] ; # 
  fhir:title [ fhir:v "CodeSystemProcedurePerformerRole (My Core)"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2024-02-12T04:04:09.5621857+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Example Publisher"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Example Publisher" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://example.org/example-publisher" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "PIK procedure performer role"] ; # 
  fhir:hierarchyMeaning [ fhir:v "grouped-by"] ; # 
  fhir:compositional [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "5"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "00" ] ;
fhir:display [ fhir:v "No Information" ]
  ] [
fhir:code [ fhir:v "01" ] ;
fhir:display [ fhir:v "Main" ]
  ] [
fhir:code [ fhir:v "02" ] ;
fhir:display [ fhir:v "Supervisor" ]
  ] [
fhir:code [ fhir:v "03" ] ;
fhir:display [ fhir:v "Assistant" ]
  ] [
fhir:code [ fhir:v "04" ] ;
fhir:display [ fhir:v "Others" ]
  ] ) . #