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/specimen2 - 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:Specimen ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "SpecimenExample2"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://fhir.cqdg.ca/StructureDefinition/cqdg-specimen"^^xsd:anyURI ;
fhir:link <https://fhir.cqdg.ca/StructureDefinition/cqdg-specimen> ] ) ;
( fhir:tag [
fhir:code [ fhir:v "CAG" ] ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Specimen SpecimenExample2</b></p><a name=\"SpecimenExample2\"> </a><a name=\"hcSpecimenExample2\"> </a><a name=\"SpecimenExample2-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-cqdg-specimen.html\">Ferlab.bio StructureDefinition/cqdg-specimen</a></p><p style=\"margin-bottom: 0px\">Tag: CAG (Details: [not stated] code CAG)</p></div><p><b>Ferlab.bio Extension/age-at-event</b>: <span title=\"Codes:{http://purl.obolibrary.org/obo/hp.owl HP:0003584}\">Senior (>= 60 years)</span></p><p><b>identifier</b>: <code>https://fhir.cqdg.ca/fhir/Specimen</code>/SpecimenExample2, cag_sp_05569 (use: secondary, )</p><p><b>subject</b>: <a href=\"Patient-PatientExample.html\">Anonymous Patient Male, DoB Unknown ( 343434343434 (use: secondary, ))</a></p><p><b>parent</b>: <a href=\"Specimen-SpecimenExample.html\">Specimen: extension = Antenatal; identifier = https://fhir.cqdg.ca/fhir/Specimen#SpecimenExample,cag_sp_25565 (use: secondary, ); type = DNA</a></p></div>"^^rdf:XMLLiteral
] ; #
fhir:extension ( [
fhir:url [ fhir:v "https://fhir.cqdg.ca/StructureDefinition/AgeAtEvent"^^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:identifier ( [
fhir:system [ fhir:v "https://fhir.cqdg.ca/fhir/Specimen"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SpecimenExample2" ]
] [
fhir:use [ fhir:v "secondary" ] ;
fhir:value [ fhir:v "cag_sp_05569" ]
] ) ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/PatientExample" ]
] ; #
fhir:parent ( [
fhir:reference [ fhir:v "Specimen/SpecimenExample" ]
] ) . #