Guía implementación interoperabilidad FHIR sectorial e intersectorial - Local Development build (v0.14.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Laboratorio - Muestra - TTL Representation
Raw ttl | Descargar
@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 "Example-Specimen-lab-a8583a1fca1c"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://ohapi-fhir-dev-service-fhir-project.apps.indraclusterdes.eastus.aroapp.io/StructureDefinition-ProfileSpecimenHCEU"^^xsd:anyURI ;
fhir:link <https://ohapi-fhir-dev-service-fhir-project.apps.indraclusterdes.eastus.aroapp.io/StructureDefinition-ProfileSpecimenHCEU> ] )
] ; #
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-lab-a8583a1fca1c</b></p><a name=\"Example-Specimen-lab-a8583a1fca1c\"> </a><a name=\"hcExample-Specimen-lab-a8583a1fca1c\"> </a><a name=\"Example-Specimen-lab-a8583a1fca1c-es-ES\"> </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-ProfileSpecimenHCEU.html\">HCEU - Specimen</a></p></div><p><b>identifier</b>: <code>http://hospitalSystemInformation.example.org/Specimens/</code>/a8583a1fca1c (use: usual, )</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 122575003}\">Urine specimen</span></p><p><b>subject</b>: <a href=\"Patient-Example-Patient-lab-a50c247482ee.html\">Celeste García Martinez(official) Female, DoB: 2025-02-18 ( Numero único de Identificación: 1048556545 (use: official, ))</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=\"PractitionerRole-Example-lab-PractitionerRole-0bbe07e4a688.html\">PractitionerRole Auxiliary nurse (occupation)</a></td><td>2025-07-17 16:27:10+0000</td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:identifier ( [
fhir:use [ fhir:v "usual" ] ;
fhir:system [ fhir:v "http://hospitalSystemInformation.example.org/Specimens/"^^xsd:anyURI ] ;
fhir:value [ fhir:v "a8583a1fca1c" ]
] ) ; #
fhir:type [
( fhir:coding [
a sct:122575003 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "122575003" ] ;
fhir:display [ fhir:v "Urine specimen" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/Example-Patient-lab-a50c247482ee" ]
] ; #
fhir:collection [
fhir:collector [
fhir:reference [ fhir:v "PractitionerRole/Example-lab-PractitionerRole-0bbe07e4a688" ] ] ;
fhir:collected [
a fhir:dateTime ;
fhir:v "2025-07-17T16:27:10Z"^^xsd:dateTime ]
] . #