ACT-NOW Implementation Guide
0.5.0 - ci-build NZ

ACT-NOW Implementation Guide - Local Development build (v0.5.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: ExObservationGleason - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExObservationGleason"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://canshare.co.nz/fhir/StructureDefinition/an-gleason"^^xsd:anyURI ;
fhir:link <http://canshare.co.nz/fhir/StructureDefinition/an-gleason>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Gleason score</div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "http://snomed.info/sct/21000210109"^^xsd:anyURI ] ;
fhir:code [ fhir:v "372278000" ] ;
fhir:display [ fhir:v "Gleason score (observable entity)" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/exPatient" ]
  ] ; # 
  fhir:effective [
a fhir:dateTime ;
fhir:v "2020-01-01"^^xsd:date
  ] ; # 
  fhir:component ( [
fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "http://snomed.info/sct/21000210109"^^xsd:anyURI ] ;
fhir:code [ fhir:v "384994009" ]       ] )     ]
  ] ) . #