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 observação. - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@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:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "5aaaf460-6fc0-4097-9e05-574367284450"] ; #
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: Observation 5aaaf460-6fc0-4097-9e05-574367284450</b></p><a name=\"5aaaf460-6fc0-4097-9e05-574367284450\"> </a><a name=\"hc5aaaf460-6fc0-4097-9e05-574367284450\"> </a><a name=\"5aaaf460-6fc0-4097-9e05-574367284450-pt-BR\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 16112-5}\">Estrogen receptor [Interpretation] in Tissue</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><p><b>effective</b>: 2020-04-22 19:20:00+0200</p><p><b>performer</b>: <a href=\"Organization-31024c66-483a-4c80-b182-157ee133ca96.html\">Organization null</a></p><p><b>value</b>: <span title=\"Codes:{http://snomed.info/sct 416053008}\">Estrogen receptor positive tumor</span></p><p><b>method</b>: <span title=\"Codes:{http://snomed.info/sct 117259009}\">Microscopy</span></p></div>"
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:category ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "laboratory" ] ] )
] ) ; #
fhir:code [
( fhir:coding [
a loinc:16112-5 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "16112-5" ] ;
fhir:display [ fhir:v "Estrogen receptor [Interpretation] in Tissue" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/ebaf7611-0c1c-4d96-8a42-c7a49a1f3a41" ]
] ; #
fhir:effective [ fhir:v "2020-04-22T19:20:00+02:00"^^xsd:dateTime] ; #
fhir:performer ( [
fhir:reference [ fhir:v "Organization/31024c66-483a-4c80-b182-157ee133ca96" ]
] ) ; #
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
a sct:416053008 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "416053008" ] ;
fhir:display [ fhir:v "Estrogen receptor positive tumor" ] ] )
] ; #
fhir:method [
( fhir:coding [
a sct:117259009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "117259009" ] ;
fhir:display [ fhir:v "Microscopy" ] ] )
] . #