TumorkonferenzenIDG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: TumorErkrankungExample - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:EpisodeOfCare ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "TumorErkrankungExample"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://idg-rlp.de/fhir/tumorkonferenzen/StructureDefinition/tumorErkrankung"^^xsd:anyURI ;
fhir:link <http://idg-rlp.de/fhir/tumorkonferenzen/StructureDefinition/tumorErkrankung> ] )
] ; #
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: EpisodeOfCare TumorErkrankungExample</b></p><a name=\"TumorErkrankungExample\"> </a><a name=\"hcTumorErkrankungExample\"> </a><a name=\"TumorErkrankungExample-en-US\"> </a><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl C16213}\">Cancer Diagnosis</span></p><h3>Diagnoses</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Condition</b></td><td><b>Role</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Condition-ICD10GM-DiagnoseExample.html\">Condition Bösartige Neubildung der Bronchien und der Lunge: Hauptbronchus</a></td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/diagnosis-role CC}\">Chief complaint</span></td></tr></table><p><b>patient</b>: <a href=\"Patient-TumorPatient-example-1.html\">Martina Mustermann (official) Female, DoB: 1965-04-03 ( Gesetzliche Krankenversicherung)</a></p></div>"
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:type ( [
( fhir:coding [
fhir:system [ fhir:v "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl"^^xsd:anyURI ] ;
fhir:code [ fhir:v "C16213" ] ;
fhir:display [ fhir:v "Cancer Diagnosis" ] ] )
] ) ; #
fhir:diagnosis ( [
fhir:condition [
fhir:reference [ fhir:v "Condition/ICD10GM-DiagnoseExample" ] ] ;
fhir:role [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/diagnosis-role"^^xsd:anyURI ] ;
fhir:code [ fhir:v "CC" ] ] ) ]
] ) ; #
fhir:patient [
fhir:reference [ fhir:v "Patient/TumorPatient-example-1" ]
] . #