NCPI FHIR Implementation Guide v2
0.1.0 - ci-build

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

: Example biospecimen based on data from CBTN - 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 -------------------------------------------------------------------

 a fhir:Specimen ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "SA-000"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://nih-ncpi.github.io/ncpi-fhir-ig-2/StructureDefinition/ncpi-collected-sample"^^xsd:anyURI ;
fhir:link <https://nih-ncpi.github.io/ncpi-fhir-ig-2/StructureDefinition/ncpi-collected-sample>     ] )
  ] ; # 
  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 SA-000</b></p><a name=\"SA-000\"> </a><a name=\"hcSA-000\"> </a><a name=\"SA-000-en-US\"> </a><p><b>identifier</b>: SA_RV52EY7S</p><p><b>type</b>: <span title=\"Codes:\">Peripheral Whole Blood</span></p><p><b>subject</b>: <a href=\"Patient-PT-006SP660.html\">Anonymous Patient (no stated gender), DoB Unknown ( https://cbtn.org/#C21156)</a></p><h3>Collections</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Collected[x]</b></td><td><b>Method</b></td></tr><tr><td style=\"display: none\">*</td><td><code>Relative date time: </code></td><td><span title=\"Codes:{https://loinc.org LP125037-4}\">Blood Draw</span></td></tr></table><h3>Containers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Identifier</b></td></tr><tr><td style=\"display: none\">*</td><td>BS_9QM8EXG3</td></tr></table></div>"
  ] ; # 
  fhir:identifier ( [
fhir:value [ fhir:v "SA_RV52EY7S" ]
  ] ) ; # 
  fhir:type [
fhir:text [ fhir:v "Peripheral Whole Blood" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/PT-006SP660" ]
  ] ; # 
  fhir:collection [
fhir:collected [
a fhir:dateTime ;
      ( fhir:extension [
        ( fhir:extension [
fhir:url [ fhir:v "target"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "Patient/PT-006SP660" ]           ]         ] [
fhir:url [ fhir:v "targetPath"^^xsd:anyURI ] ;
fhir:value [ fhir:v "None" ]         ] [
fhir:url [ fhir:v "relationship"^^xsd:anyURI ] ;
fhir:value [ fhir:v "after" ]         ] [
fhir:url [ fhir:v "offset"^^xsd:anyURI ] ;
fhir:value [
a fhir:Duration ;
fhir:value [ fhir:v "4931"^^xsd:decimal ] ;
fhir:unit [ fhir:v "d" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "days" ]           ]         ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/cqf-relativeDateTime"^^xsd:anyURI ]       ] )     ] ;
fhir:method [
      ( fhir:coding [
fhir:system [ fhir:v "https://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "LP125037-4" ]       ] ) ;
fhir:text [ fhir:v "Blood Draw" ]     ]
  ] ; # 
  fhir:container ( [
    ( fhir:identifier [
fhir:value [ fhir:v "BS_9QM8EXG3" ]     ] )
  ] ) . #