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/ObservationPhenotype - TTL Representation
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 -------------------------------------------------------------------
<http://hl7.org/fhir/Observation/ObservationPhenotypeExample> a fhir:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "ObservationPhenotypeExample"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://fhir.cqdg.ca/StructureDefinition/CQDGObservationPhenotype" ;
fhir:index 0 ;
fhir:link <https://fhir.cqdg.ca/StructureDefinition/CQDGObservationPhenotype>
] ;
fhir:Meta.tag [
fhir:index 0 ;
fhir:Coding.code [ fhir:value "tag1" ]
], [
fhir:index 1 ;
fhir:Coding.code [ fhir:value "tag2" ]
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation ObservationPhenotypeExample</b></p><a name=\"ObservationPhenotypeExample\"> </a><a name=\"hcObservationPhenotypeExample\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-CQDGObservationPhenotype.html\">Ferlab.bio StructureDefinition/phenotype</a></p><p style=\"margin-bottom: 0px\">Tags: , </p></div><p><b>status</b>: Registered</p><p><b>code</b>: <span title=\"Codes:{https://fhir.cqdg.ca/CodeSystem/cqdg-observation-code Phenotype}\">Phenotype observation</span></p><p><b>subject</b>: <a href=\"Patient-PatientExample.html\">Anonymous Patient (no stated gender), DoB Unknown ( 343434343434 (use: secondary, ))</a></p></div>"
] ;
fhir:Observation.status [ fhir:value "registered"] ;
fhir:Observation.code [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "https://fhir.cqdg.ca/CodeSystem/cqdg-observation-code" ] ;
fhir:Coding.code [ fhir:value "Phenotype" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Phenotype observation" ]
] ;
fhir:Observation.subject [
fhir:link <http://hl7.org/fhir/Patient/PatientExample> ;
fhir:Reference.reference [ fhir:value "Patient/PatientExample" ]
] .
<http://hl7.org/fhir/Patient/PatientExample> a fhir:Patient .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Observation/ObservationPhenotypeExample.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Observation/ObservationPhenotypeExample.ttl> .