Birth Defects Reporting - STU1, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 0.1.2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-birthdefectsreporting-ig/ and changes regularly. See the Directory of published versions
: Specimen1Example - 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 "Specimen1Example"] ; #
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 Specimen1Example</b></p><a name=\"Specimen1Example\"> </a><a name=\"hcSpecimen1Example\"> </a><a name=\"Specimen1Example-en-US\"> </a><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0487 ASERU}\">Serum, Acute</span></p><p><b>subject</b>: <a href=\"Patient-PatientChildExample.html\">Gene Austin Wellington (official) Male, DoB: 2020-04-28 ( Medical record number)</a></p><h3>Collections</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Collector</b></td><td><b>Collected[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Practitioner-practitioner-joe-smith.html\">Practitioner Smith Joe </a></td><td>2024-10-15 08:30:00+0000</td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0487"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ASERU" ] ;
fhir:display [ fhir:v "Serum, Acute" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/PatientChildExample" ]
] ; #
fhir:collection [
fhir:collector [
fhir:reference [ fhir:v "Practitioner/practitioner-joe-smith" ] ] ;
fhir:collected [
a fhir:dateTime ;
fhir:v "2024-10-15T08:30:00Z"^^xsd:dateTime ]
] . #