Resource Examples
0.1.0 - ci-build

Resource Examples, published by Raly Examples. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/ralych/raly-examples/ and changes regularly. See the Directory of published versions

: ObservationCodeableConcept1 - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ObservationCodeableConcept1"] ; # 
  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: Observation ObservationCodeableConcept1</b></p><a name=\"ObservationCodeableConcept1\"> </a><a name=\"hcObservationCodeableConcept1\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 18768-2}\">Cell counts+Differential studies (set)</span></p><p><b>subject</b>: <a href=\"Patient-PatientExample.html\">James Pond  (no stated gender), DoB Unknown</a></p><p><b>effective</b>: 2017-11-10 08:20:00+0100</p><p><b>performer</b>: <a href=\"Organization-OrganizationExample.html\">Organization Example Organization</a></p><p><b>value</b>: <span title=\"Codes:{http://snomed.info/sct 115406008}\">Detection of lymphocytes positive for both CD4 antigen and human leukocyte antigen DR (procedure)</span></p><p><b>interpretation</b>: <span title=\"Codes:{http://snomed.info/sct 119364003}\">Serum specimen</span></p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "laboratory" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
a loinc:18768-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "18768-2" ] ;
fhir:display [ fhir:v "Cell counts+Differential studies (set)" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/PatientExample" ]
  ] ; # 
  fhir:effective [
a fhir:dateTime ;
fhir:v "2017-11-10T08:20:00+01:00"^^xsd:dateTime
  ] ; # 
  fhir:performer ( [
fhir:reference [ fhir:v "Organization/OrganizationExample" ]
  ] ) ; # 
  fhir:value [
a fhir:CodeableConcept ;
    ( fhir:coding [
a sct:115406008 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "115406008" ] ;
fhir:display [ fhir:v "Detection of lymphocytes positive for both CD4 antigen and human leukocyte antigen DR (procedure)" ]     ] )
  ] ; # 
  fhir:interpretation ( [
    ( fhir:coding [
a sct:119364003 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "119364003" ] ;
fhir:display [ fhir:v "Serum specimen" ]     ] )
  ] ) . #