Guia de implementação do Sumário Internacional do Paciente: Release 1 - BR Realm | STU1
1.0.0 - STU1 Brazil flag

This page is part of the IPS Brasil (v1.0.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Exemplo de espécime. - 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 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 "01de1553-7b39-41a9-8039-3336a5a69eae"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Narrativa gerada: Specimen 01de1553-7b39-41a9-8039-3336a5a69eae</b></p><a name=\"01de1553-7b39-41a9-8039-3336a5a69eae\"> </a><a name=\"hc01de1553-7b39-41a9-8039-3336a5a69eae\"> </a><p><b>type</b>: <span title=\"Códigos:{http://snomed.info/sct 122575003}\">Urine specimen</span></p><p><b>subject</b>: <a href=\"Patient-b1997888-85fd-41b6-bf94-6242cf3c8265.html\">Ana Beatriz Oliveira (official) Female, DoB: 2018-09-25 ( Health Card Number: 765432109876543 (use: official, ))</a></p><h3>Collections</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Method</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Códigos:{http://snomed.info/sct 73416001}\">Urine specimen collection, clean catch</span></td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  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/b1997888-85fd-41b6-bf94-6242cf3c8265" ]
  ] ; # 
  fhir:collection [
fhir:method [
      ( fhir:coding [
a sct:73416001 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "73416001" ] ;
fhir:display [ fhir:v "Urine specimen collection, clean catch" ]       ] )     ]
  ] . #