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/cqdg-patient - 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:Patient ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "PatientExample"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhir.cqdg.ca/StructureDefinition/cqdg-patient"^^xsd:anyURI ;
fhir:link <https://fhir.cqdg.ca/StructureDefinition/cqdg-patient>     ] [
fhir:v "http://hl7.org/fhir/StructureDefinition/CQDGPatient"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/StructureDefinition/CQDGPatient>     ] ) ;
    ( fhir:tag [
fhir:code [ fhir:v "CAG" ]     ] )
  ] ; # 
  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: Patient PatientExample</b></p><a name=\"PatientExample\"> </a><a name=\"hcPatientExample\"> </a><a name=\"PatientExample-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\">Profiles: <a href=\"StructureDefinition-cqdg-patient.html\">Ferlab.bio StructureDefinition/cqdg-patient</a>, <a href=\"https://simplifier.net/resolve?scope=hl7.fhir.ca.baseline@1.0.2&amp;canonical=http://hl7.org/fhir/StructureDefinition/CQDGPatient\">http://hl7.org/fhir/StructureDefinition/CQDGPatient</a></p><p style=\"margin-bottom: 0px\">Tag: CAG (Details: [not stated] code CAG)</p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Anonymous Patient Male, DoB Unknown ( 343434343434 (use: secondary, ))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Known status of Patient\">Deceased:</td><td colspan=\"3\">true</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"qc ethnicity for cqdg project\"><a href=\"StructureDefinition-QCEthnicity.html\">Ferlab.bio Extension/qc-ethnicity</a></td><td colspan=\"3\"><span title=\"Codes:{https://fhir.cqdg.ca/CodeSystem/qc-ethnicity Arabe}\">Arabe</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient's age (in days since birth) at the time of recruitment\"><a href=\"StructureDefinition-AgeAtRecruitment.html\">Ferlab.bio Extension/age-at-recruitment</a></td><td colspan=\"3\"><span title=\"Codes:{http://purl.obolibrary.org/obo/hp.owl HP:0011463}\">Childhood (&gt;= 1 year and &lt; 5 years)</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient's age (in days since birth) at the time of death\"><a href=\"StructureDefinition-AgeOfDeath.html\">Ferlab.bio Extension/age-of-death</a></td><td colspan=\"3\"><span title=\"Codes:{http://purl.obolibrary.org/obo/hp.owl HP:0003584}\">Senior (&gt;= 60 years)</span></td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "https://fhir.cqdg.ca/StructureDefinition/AgeAtRecruitment"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [ fhir:v "http://purl.obolibrary.org/obo/hp.owl"^^xsd:anyURI ] ;
fhir:code [ fhir:v "HP:0011463" ]       ] )     ]
  ] [
fhir:url [ fhir:v "https://fhir.cqdg.ca/StructureDefinition/AgeOfDeath"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [ fhir:v "http://purl.obolibrary.org/obo/hp.owl"^^xsd:anyURI ] ;
fhir:code [ fhir:v "HP:0003584" ]       ] )     ]
  ] [
fhir:url [ fhir:v "https://fhir.cqdg.ca/StructureDefinition/QCEthnicity"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [ fhir:v "https://fhir.cqdg.ca/CodeSystem/qc-ethnicity"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Arabe" ]       ] )     ]
  ] ) ; # 
  fhir:identifier ( [
fhir:use [ fhir:v "secondary" ] ;
fhir:value [ fhir:v "343434343434" ]
  ] ) ; # 
  fhir:gender [ fhir:v "male"] ; # 
  fhir:deceased [
a fhir:boolean ;
fhir:v true
  ] . #