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 estudo de imagem. - 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 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:ImagingStudy ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "4bc5313a-87b3-4b39-9b9c-180e534d622a"] ; #
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: ImagingStudy 4bc5313a-87b3-4b39-9b9c-180e534d622a</b></p><a name=\"4bc5313a-87b3-4b39-9b9c-180e534d622a\"> </a><a name=\"hc4bc5313a-87b3-4b39-9b9c-180e534d622a\"> </a><p><b>identifier</b>: <a href=\"http://terminology.hl7.org/5.0.0/NamingSystem-dui.html\" title=\"An OID issued under DICOM OID rules. DICOM OIDs are represented as plain OIDs, with a prefix of "urn:oid:". See https://www.dicomstandard.org/\">DUI</a>/urn:oid:2.16.840.1.113883.2.9.999.1.12345</p><p><b>status</b>: Available</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><p><b>procedureCode</b>: <span title=\"Códigos:{http://loinc.org 49569-7}\">Hrt SPECT PF+WM Rest+stress+W Tl201 IV+T</span></p><p><b>reasonCode</b>: <span title=\"Códigos:\">Chest pain, hypertension, type II diabetes mellitus.</span></p><h3>Series</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Uid</b></td><td><b>Modality</b></td><td><b>BodySite</b></td></tr><tr><td style=\"display: none\">*</td><td>2.16.840.1.113883.2.9.999.2.12345</td><td>DICOM NM: Nuclear Medicine</td><td><a href=\"http://snomed.info/id/80891009\">SNOMED CT 80891009</a>: Heart</td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "urn:dicom:uid"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.2.9.999.1.12345" ]
] ) ; #
fhir:status [ fhir:v "available"] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/b1997888-85fd-41b6-bf94-6242cf3c8265" ]
] ; #
fhir:procedureCode ( [
( fhir:coding [
a loinc:49569-7 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "49569-7" ] ;
fhir:display [ fhir:v "Hrt SPECT PF+WM Rest+stress+W Tl201 IV+T" ] ] )
] ) ; #
fhir:reasonCode ( [
fhir:text [ fhir:v "Chest pain, hypertension, type II diabetes mellitus." ]
] ) ; #
fhir:series ( [
fhir:uid [ fhir:v "2.16.840.1.113883.2.9.999.2.12345" ] ;
fhir:modality [
fhir:system [ fhir:v "http://dicom.nema.org/resources/ontology/DCM"^^xsd:anyURI ] ;
fhir:code [ fhir:v "NM" ] ;
fhir:display [ fhir:v "Nuclear Medicine" ] ] ;
fhir:bodySite [
a sct:80891009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "80891009" ] ;
fhir:display [ fhir:v "Heart" ] ]
] ) . #