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/ObservationCauseOfDeath - 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 "ObservationCauseOfDeathExample"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhir.cqdg.ca/StructureDefinition/CQDGObservationCauseOfDeath"^^xsd:anyURI ;
fhir:link <https://fhir.cqdg.ca/StructureDefinition/CQDGObservationCauseOfDeath>     ] )
  ] ; # 
  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 ObservationCauseOfDeathExample</b></p><a name=\"ObservationCauseOfDeathExample\"> </a><a name=\"hcObservationCauseOfDeathExample\"> </a><a name=\"ObservationCauseOfDeathExample-en-US\"> </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-CQDGObservationCauseOfDeath.html\">Ferlab.bio StructureDefinition/cause-of-death</a></p></div><p><b>status</b>: Registered</p><p><b>code</b>: <span title=\"Codes:{https://fhir.cqdg.ca/CodeSystem/cqdg-observation-code Cause-of-Death}\">Cause-of-Death observation</span></p><p><b>subject</b>: <a href=\"Patient-PatientExample.html\">Anonymous Patient Male, DoB Unknown ( 343434343434 (use: secondary, ))</a></p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:status [ fhir:v "registered"] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "https://fhir.cqdg.ca/CodeSystem/cqdg-observation-code"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Cause-of-Death" ]     ] ) ;
fhir:text [ fhir:v "Cause-of-Death observation" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/PatientExample" ]
  ] . #