US Public Health Profiles Library
2.0.0-ballot - STU 2 - Ballot United States of America flag

This page is part of the US Public Health Profiles Library (v2.0.0-ballot: STU 2 Ballot) based on FHIR (HL7® FHIR® Standard) R4. This version is a pre-release. The current official version is 1.0.0. For a full list of available versions, see the Directory of published versions

: US Public Health SpecimenExample: Serum - TTL Representation

Page standards status: Informative

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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Specimen ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "us-ph-specimen-serum"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-specimen"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-specimen>     ] )
  ] ; # 
  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: Specimen us-ph-specimen-serum</b></p><a name=\"us-ph-specimen-serum\"> </a><a name=\"hcus-ph-specimen-serum\"> </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-us-ph-specimen.html\">US Public Health Specimen Profile</a></p></div><p><b>identifier</b>: <code>http://example.org/labs/ids</code>/20220927-00124</p><p><b>accessionIdentifier</b>: <code>http://example.org/labs/accession-ids</code>/20220927-00124</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0487 SER}\">Serum</span></p><p><b>subject</b>: <a href=\"Patient-us-ph-patient-eve-everywoman.html\">Eve Everywoman</a></p><h3>Collections</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Collected[x]</b></td><td><b>BodySite</b></td></tr><tr><td style=\"display: none\">*</td><td>2022-09-27 18:07:12+0000</td><td><span title=\"Codes:{http://snomed.info/sct 1630006}\">Supraorbital vein</span></td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://example.org/labs/ids"^^xsd:anyURI ] ;
fhir:value [ fhir:v "20220927-00124" ]
  ] ) ; # 
  fhir:accessionIdentifier [
fhir:system [ fhir:v "http://example.org/labs/accession-ids"^^xsd:anyURI ] ;
fhir:value [ fhir:v "20220927-00124" ]
  ] ; # 
  fhir:type [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0487"^^xsd:anyURI ] ;
fhir:code [ fhir:v "SER" ] ;
fhir:display [ fhir:v "Serum" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/us-ph-patient-eve-everywoman" ] ;
fhir:display [ fhir:v "Eve Everywoman" ]
  ] ; # 
  fhir:collection [
fhir:collected [
a fhir:dateTime ;
fhir:v "2022-09-27T18:07:12Z"^^xsd:dateTime     ] ;
fhir:bodySite [
      ( fhir:coding [
a sct:1630006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1630006" ] ;
fhir:display [ fhir:v "Supraorbital vein" ]       ] )     ]
  ] . #