RIVO-Noord Zorgviewer MVP2 Implementation Guide - Local Development build (v0.25.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Chipsoft Specimen Example - 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 "35648ae9-a74d-4800-9f15-4e436ebd12c8"] ; #
fhir:meta [
( fhir:profile [ fhir:v "http://nictiz.nl/fhir/StructureDefinition/zib-LaboratoryTestResult-Specimen"^^xsd:anyURI ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3>RelatedPerson resource:</h3><ul><li><p><strong>Subject:</strong> 'Johan XXX_Helleman_Afblijven'</p></li><table><thead><tr><th>Identifier</th></tr></thead><tbody><tr><td>D7AD2306-32CE-4AC0-814D-DC7DA9EA2104</td></tr></tbody></table><li><p><strong>Type</strong> 'Other'</p></li><li><p><strong>Collection collected:</strong> '30-9-2022 13:48+0200'</p></li></ul></div>"
] ; #
fhir:identifier ( [
fhir:value [ fhir:v "D7AD2306-32CE-4AC0-814D-DC7DA9EA2104" ]
] ) ; #
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/v3/NullFlavor"^^xsd:anyURI ] ;
fhir:code [ fhir:v "OTH" ] ;
fhir:display [ fhir:v "other" ] ] ) ;
fhir:text [ fhir:v "Serum" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/9819C39260647B5DE61609CDF1FA1C434552D65014AFDEA2EB877A576B055DF1" ] ;
fhir:display [ fhir:v "Johan XXX_Helleman_Afblijven" ]
] ; #
fhir:collection [
fhir:collected [ fhir:v "2022-09-30T13:48:00+02:00"^^xsd:dateTime ]
] . #