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 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>Generated Narrative: Specimen 01de1553-7b39-41a9-8039-3336a5a69eae</b></p><a name=\"01de1553-7b39-41a9-8039-3336a5a69eae\"> </a><a name=\"hc01de1553-7b39-41a9-8039-3336a5a69eae\"> </a><a name=\"01de1553-7b39-41a9-8039-3336a5a69eae-pt-BR\"> </a><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 122575003}\">Urine specimen</span></p><p><b>subject</b>: <a href=\"Patient-ebaf7611-0c1c-4d96-8a42-c7a49a1f3a41.html\">A ser enriquecido pelo CADSUS (no stated gender), DoB:  ( https://terminologia.saude.gov.br/fhir/NamingSystem-cpf.html#12345678901)</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=\"Codes:{http://snomed.info/sct 73416001}\">Urine specimen collection, clean catch</span></td></tr></table></div>"
  ] ; # 
  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/ebaf7611-0c1c-4d96-8a42-c7a49a1f3a41" ]
  ] ; # 
  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" ]       ] )     ]
  ] . #