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

: ExObservationECOG - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@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 "ExObservationECOG"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://canshare.co.nz/fhir/StructureDefinition/an-ecog"^^xsd:anyURI ;
fhir:link <http://canshare.co.nz/fhir/StructureDefinition/an-ecog>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">ECOG score 3</div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://canshare.co.nz/identifiers"^^xsd:anyURI ] ;
fhir:value [ fhir:v "ecog" ]
  ] ) ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "http://snomed.info/sct/21000210109"^^xsd:anyURI ] ;
fhir:code [ fhir:v "423740007" ]     ] [
a loinc:89247-1 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "89247-1" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/exPatient" ]
  ] ; # 
  fhir:effective [
a fhir:dateTime ;
fhir:v "2020-01-01"^^xsd:date
  ] ; # 
  fhir:performer ( [
fhir:reference [ fhir:v "Practitioner/exPractitioner" ]
  ] ) ; # 
  fhir:value [
a fhir:CodeableConcept ;
    ( fhir:coding [
fhir:system [ fhir:v "http://snomed.info/sct/21000210109"^^xsd:anyURI ] ;
fhir:code [ fhir:v "425389002" ] ;
fhir:display [ fhir:v "Eastern Cooperative Oncology Group performance status - grade 0 (finding)" ]     ] )
  ] . #