0.1.0 - ci-build

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

: Ferlab.bio Example/phenotype - 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 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 "ObsPhenotypeExample"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhir.cqdg.ca/StructureDefinition/CQDGObservationPhenotype"^^xsd:anyURI ;
fhir:link <https://fhir.cqdg.ca/StructureDefinition/CQDGObservationPhenotype>     ] )
  ] ; # 
  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 ObsPhenotypeExample</b></p><a name=\"ObsPhenotypeExample\"> </a><a name=\"hcObsPhenotypeExample\"> </a><a name=\"ObsPhenotypeExample-en-US\"> </a><p><b>status</b>: Registered</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 12126-9}\">Body region Narrative Study observation US</span></p><p><b>subject</b>: <a href=\"Patient-PatientExample.html\">Anonymous Patient Male, DoB Unknown ( 343434343434 (use: secondary, ))</a></p><p><b>value</b>: <span title=\"Codes:\">Phenotype source text</span></p></div>"
  ] ; # 
  fhir:status [ fhir:v "registered"] ; # 
  fhir:code [
    ( fhir:coding [
a loinc:12126-9 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "12126-9" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/PatientExample" ]
  ] ; # 
  fhir:value [
a fhir:CodeableConcept ;
fhir:text [ fhir:v "Phenotype source text" ]
  ] . #