Clinical Document Architecture with Australian Schema
1.0.0 - current Australia flag

Clinical Document Architecture with Australian Schema - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: CDAActCode - TTL Representation

Draft as of 2024-08-29

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 "CDAActCode"] ; # 
  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: ValueSet CDAActCode</b></p><a name=\"CDAActCode\"> </a><a name=\"hcCDAActCode\"> </a><a name=\"CDAActCode-en-AU\"> </a><ul><li>Include codes from<a href=\"http://terminology.hl7.org/5.2.0/CodeSystem-v3-ActCode.html\"><code>http://terminology.hl7.org/CodeSystem/v3-ActCode</code></a> where notSelectable  = false</li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "http://hl7.org/cda/stds/core/ValueSet/CDAActCode"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "CDAActCode"] ; # 
  fhir:title [ fhir:v "CDAActCode"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-08-29T09:46:41+10:00"^^xsd:dateTime] ; # 
  fhir:description [ fhir:v "A code specifying the particular kind of Act that the Act-instance represents within its class."] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ;
fhir:version [ fhir:v "8.0.1" ] ;
      ( fhir:filter [
fhir:property [ fhir:v "notSelectable" ] ;
fhir:op [ fhir:v "=" ] ;
fhir:value [ fhir:v "false" ]       ] )     ] )
  ] . #