HL7 FHIR Malaysia Core (MY Core) Implementation Guide - Local Development build (v2.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: example-specimen - 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 "example-specimen"] ; #
fhir:meta [
fhir:versionId [ fhir:v "1" ] ;
fhir:lastUpdated [ fhir:v "2022-09-14T20:36:33.491+08:00"^^xsd:dateTime ] ;
fhir:source [ fhir:v "http://transfusion.moh.gov.my#IW8txInpFoaSwT2P"^^xsd:anyURI ] ;
( fhir:profile [
fhir:v "http://fhir.hie.moh.gov.my/StructureDefinition/Specimen-my-core"^^xsd:anyURI ;
fhir:link <http://fhir.hie.moh.gov.my/StructureDefinition/Specimen-my-core> ] )
] ; #
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 example-specimen</b></p><a name=\"example-specimen\"> </a><a name=\"hcexample-specimen\"> </a><a name=\"example-specimen-en-US\"> </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\">version: 1; Last updated: 2022-09-14 20:36:33+0800; </p><p style=\"margin-bottom: 0px\">Information Source: <a href=\"http://transfusion.moh.gov.my#IW8txInpFoaSwT2P\">http://transfusion.moh.gov.my#IW8txInpFoaSwT2P</a></p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Specimen-my-core.html\">Specimen (MY Core)</a></p></div><p><b>status</b>: Available</p><p><b>type</b>: <span title=\"Codes:\">Red Cells</span></p><p><b>subject</b>: <a href=\"Patient/d879397f-a503-42be-bf4d-aa7c9322dfb3\">Patient/d879397f-a503-42be-bf4d-aa7c9322dfb3</a></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>2022-09-15 14:46:19+0800</td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:status [ fhir:v "available"] ; #
fhir:type [
fhir:text [ fhir:v "Red Cells" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/d879397f-a503-42be-bf4d-aa7c9322dfb3" ]
] ; #
fhir:collection [
fhir:collected [
a fhir:dateTime ;
fhir:v "2022-09-15T14:46:19+08:00"^^xsd:dateTime ]
] . #