Prostate Cancer Specification - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Encounter für Prostatektomie - 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 -------------------------------------------------------------------
<http://hl7.org/fhir/Encounter/RadicalProstatectomyEncounter> a fhir:Encounter ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "RadicalProstatectomyEncounter"] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter RadicalProstatectomyEncounter</b></p><a name=\"RadicalProstatectomyEncounter\"> </a><a name=\"hcRadicalProstatectomyEncounter\"> </a><p><b>identifier</b>: <code>http://example.hospital.de/encounters</code>/E_24_002</p><p><b>status</b>: Finished</p><p><b>class</b>: [not stated]: IMP (IMP)</p><p><b>subject</b>: <a href=\"Patient-Patient1.html\">Hans Mueller Male, DoB: 1955-08-15 ( http://example.hospital.de/patient-ids#PAT-2024-001)</a></p></div>"
] ;
fhir:Encounter.identifier [
fhir:index 0 ;
fhir:Identifier.system [ fhir:value "http://example.hospital.de/encounters" ] ;
fhir:Identifier.value [ fhir:value "E_24_002" ]
] ;
fhir:Encounter.status [ fhir:value "finished"] ;
fhir:Encounter.class [
fhir:Coding.code [ fhir:value "IMP" ]
] ;
fhir:Encounter.subject [
fhir:link <http://hl7.org/fhir/Patient/Patient1> ;
fhir:Reference.reference [ fhir:value "Patient/Patient1" ]
] .
<http://hl7.org/fhir/Patient/Patient1> a fhir:Patient .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Encounter/RadicalProstatectomyEncounter.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Encounter/RadicalProstatectomyEncounter.ttl> .