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
: Epic 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 "exZSk-b3OlcTzGCgPiLC7vWfuWK61KNrcmTO8gYKthmA3"] ; #
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\"><p><b>Generated Narrative: Specimen</b><a name=\"exZSk-b3OlcTzGCgPiLC7vWfuWK61KNrcmTO8gYKthmA3\"> </a><a name=\"hcexZSk-b3OlcTzGCgPiLC7vWfuWK61KNrcmTO8gYKthmA3\"> </a></p><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\">ResourceSpecimen "exZSk-b3OlcTzGCgPiLC7vWfuWK61KNrcmTO8gYKthmA3" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"https://simplifier.net/resolve?scope=nictiz.fhir.nl.stu3.zib2017@2.2.18&canonical=http://nictiz.nl/fhir/StructureDefinition/zib-LaboratoryTestResult-Specimen\">HCIM LaboratoryTestResult Specimen</a></p></div><p><b>identifier</b>: <code>urn:oid:1.2.840.114350.1.13.485.3.7.3.798268.320</code>/92069404, <code>urn:oid:1.2.840.114350.1.13.485.3.7.3.798268.850</code>/21260001171, <code>urn:oid:1.2.840.114350.1.13.485.3.7.3.798268.800</code>/961212600011</p><p><b>subject</b>: <a href=\"https://simplifier.net/resolve?scope=nictiz.fhir.nl.stu3.zib2017@2.2.18&canonical=https://example.org/TST-OAUTH2/api/FHIR/STU3/Patient/eSGar8w78ryJi3BCYMGOK5w3\">https://example.org/TST-OAUTH2/api/FHIR/STU3/Patient/eSGar8w78ryJi3BCYMGOK5w3: Fictief, J.</a></p><p><b>receivedTime</b>: 2021-07-01 08:48:14+0000</p><h3>Collections</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Collected[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>2021-07-01 08:46:00+0000</td></tr></table></div>"
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "urn:oid:1.2.840.114350.1.13.485.3.7.3.798268.320"^^xsd:anyURI ] ;
fhir:value [ fhir:v "92069404" ] ;
fhir:assigner [
fhir:display [ fhir:v "GLIMS_F" ] ]
] [
fhir:system [ fhir:v "urn:oid:1.2.840.114350.1.13.485.3.7.3.798268.850"^^xsd:anyURI ] ;
fhir:value [ fhir:v "21260001171" ] ;
fhir:assigner [
fhir:display [ fhir:v "GLIMS_F" ] ]
] [
fhir:system [ fhir:v "urn:oid:1.2.840.114350.1.13.485.3.7.3.798268.800"^^xsd:anyURI ] ;
fhir:value [ fhir:v "961212600011" ]
] ) ; #
fhir:subject [
fhir:link <https://example.org/TST-OAUTH2/api/FHIR/STU3/Patient/eSGar8w78ryJi3BCYMGOK5w3> ;
fhir:reference [ fhir:v "https://example.org/TST-OAUTH2/api/FHIR/STU3/Patient/eSGar8w78ryJi3BCYMGOK5w3" ] ;
fhir:display [ fhir:v "Fictief, J." ]
] ; #
fhir:receivedTime [ fhir:v "2021-07-01T08:48:14Z"^^xsd:dateTime] ; #
fhir:collection [
fhir:collected [ fhir:v "2021-07-01T08:46:00Z"^^xsd:dateTime ]
] . #