Tiro.health Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
@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:Composition ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "PCaStagingComposition"] ; #
fhir:language [ fhir:v "nl"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"nl\" lang=\"nl\"><p class=\"res-header-id\"><b>Generated Narrative: Composition PCaStagingComposition</b></p><a name=\"PCaStagingComposition\"> </a><a name=\"hcPCaStagingComposition\"> </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\">Language: nl</p></div><p><b>status</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 1234}\">Prostate Cancer Consultation</span></p><p><b>date</b>: 2023-05-24</p><p><b>author</b>: <a href=\"Practitioner-DrHause.html\">Practitioner</a></p><p><b>title</b>: Prostate Cancer Staging Composition</p></div>"^^rdf:XMLLiteral
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:type [
( fhir:coding [
a loinc:1234 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1234" ] ;
fhir:display [ fhir:v "Prostate Cancer Consultation" ] ] )
] ; #
fhir:date [ fhir:v "2023-05-24"^^xsd:date] ; #
fhir:author ( [
fhir:reference [ fhir:v "Practitioner/DrHause" ]
] ) ; #
fhir:title [ fhir:v "Prostate Cancer Staging Composition"] ; #
fhir:section ( [
fhir:title [ fhir:v "Medische voorgeschiedenis" ] ;
fhir:code [
( fhir:coding [
a sct:1003642006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1003642006" ] ;
fhir:display [ fhir:v "Past medical history section" ] ] [
fhir:system [ fhir:v "http://fhir.tiro.health/CodeSystem/report-sections"^^xsd:anyURI ] ;
fhir:code [ fhir:v "medical-history" ] ;
fhir:display [ fhir:v "Medical history section" ] ] ) ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div>Hier volgt een leesbaar textoverzicht van de algemene medische voorgeschiedenis van de patiënt.</div>"^^rdf:XMLLiteral ]
] [
fhir:title [ fhir:v "Prostaat-gerateerde voorgeschiedenis" ] ;
fhir:code [
( fhir:coding [
a sct:422625006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "422625006" ] ;
fhir:display [ fhir:v "history of present illness section" ] ] [
fhir:system [ fhir:v "http://fhir.tiro.health/CodeSystem/report-sections"^^xsd:anyURI ] ;
fhir:code [ fhir:v "prostate-history" ] ;
fhir:display [ fhir:v "Prostate history section" ] ] ) ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div>Hier volgt een leesbaar textoverzicht van de prostaat-gerelateerde medische voorgeschiedenis van de patiënt.</div>"^^rdf:XMLLiteral ]
] [
fhir:title [ fhir:v "Anamnese en klinisch onderzoek" ] ;
fhir:code [
( fhir:coding [
a sct:371529009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "371529009" ] ;
fhir:display [ fhir:v "History and physical report" ] ] ) ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div>Hier volgt een leesbaar textoverzicht van de anamnese en het klinisch onderzoek van de patiënt.</div>"^^rdf:XMLLiteral ]
] [
fhir:title [ fhir:v "Technische onderzoeken" ] ;
fhir:code [
( fhir:coding [
a sct:4201000179104 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "4201000179104" ] ;
fhir:display [ fhir:v "Imaging report" ] ] ) ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div>Hier volgt een leesbaar textoverzicht van de technische onderzoeken van de patiënt.</div>"^^rdf:XMLLiteral ]
] [
fhir:title [ fhir:v "Staging prostaatkanker" ]
] [
fhir:title [ fhir:v "Besluit bij verhoogde PSA" ] ;
fhir:code [
( fhir:coding [
a sct:722091001 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "722091001" ] ;
fhir:display [ fhir:v "Conclusion interpretation document" ] ] ) ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div>Hier volgt een leesbaar textoverzicht van het besluit bij verhoogde PSA van de patiënt.</div>"^^rdf:XMLLiteral ]
] ) . #
IG © 2023+ Tiro.health. Package tiro-health-fhir#0.1.0 based on FHIR 5.0.0. Generated 2025-10-16
Links: Table of Contents |
QA Report
|
Version History
|
|
Propose a change