@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/ServiceRequest/example-therapeutic-remedy-physio> a fhir:ServiceRequest ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "example-therapeutic-remedy-physio"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://fhir.cognovis.de/praxis/StructureDefinition/praxis-therapeutic-remedy-de" ;
fhir:index 0 ;
fhir:link <https://fhir.cognovis.de/praxis/StructureDefinition/praxis-therapeutic-remedy-de>
]
] ;
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: ServiceRequest example-therapeutic-remedy-physio</b></p><a name=\"example-therapeutic-remedy-physio\"> </a><a name=\"hcexample-therapeutic-remedy-physio\"> </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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-praxis-therapeutic-remedy-de.html\">Praxis Therapeutic Remedy DE</a></p></div><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>code</b>: <span title=\"Codes:{https://example-producer.invalid/fhir/CodeSystem/therapeutic-remedy example-remedy-001}\">example-remedy-001</span></p><p><b>quantity</b>: 6 treatment sessions</p><p><b>subject</b>: <a href=\"Patient-example-patient.html\">Thomas Weber (official) Male, DoB: 1975-06-15</a></p><p><b>occurrence</b>: Once per 1 week</p><p><b>authoredOn</b>: 2026-04-10</p><p><b>requester</b>: <a href=\"Practitioner-example-practitioner.html\">Practitioner Markus Schoell (official)</a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://fhir.de/CodeSystem/bfarm/icd-10-gm M54.5}\">M54.5</span></p><p><b>insurance</b>: <a href=\"Coverage-ExampleCoverageGkvZe.html\">Coverage: extension = Nordrhein (KBV_CS_SFHIR_ITA_WOP#38); identifier = Gesetzliche Krankenversicherung; status = active; type = gesetzliche Krankenversicherung</a></p></div>"
] ;
fhir:ServiceRequest.status [ fhir:value "active"] ;
fhir:ServiceRequest.intent [ fhir:value "order"] ;
fhir:ServiceRequest.code [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "https://example-producer.invalid/fhir/CodeSystem/therapeutic-remedy" ] ;
fhir:Coding.code [ fhir:value "example-remedy-001" ]
]
] ;
fhir:ServiceRequest.quantityQuantity [
fhir:Quantity.value [ fhir:value "6"^^xsd:decimal ] ;
fhir:Quantity.unit [ fhir:value "treatment sessions" ]
] ;
fhir:ServiceRequest.subject [
fhir:link <http://hl7.org/fhir/Patient/example-patient> ;
fhir:Reference.reference [ fhir:value "Patient/example-patient" ]
] ;
fhir:ServiceRequest.occurrenceTiming [
fhir:Timing.repeat [
fhir:Timing.repeat.frequency [ fhir:value "1"^^xsd:positiveInteger ] ;
fhir:Timing.repeat.period [ fhir:value "1"^^xsd:decimal ] ;
fhir:Timing.repeat.periodUnit [ fhir:value "wk" ]
]
] ;
fhir:ServiceRequest.authoredOn [ fhir:value "2026-04-10"^^xsd:date] ;
fhir:ServiceRequest.requester [
fhir:link <http://hl7.org/fhir/Practitioner/example-practitioner> ;
fhir:Reference.reference [ fhir:value "Practitioner/example-practitioner" ]
] ;
fhir:ServiceRequest.reasonCode [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://fhir.de/CodeSystem/bfarm/icd-10-gm" ] ;
fhir:Coding.code [ fhir:value "M54.5" ]
]
] ;
fhir:ServiceRequest.insurance [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/Coverage/ExampleCoverageGkvZe> ;
fhir:Reference.reference [ fhir:value "Coverage/ExampleCoverageGkvZe" ]
] .
<http://hl7.org/fhir/Patient/example-patient> a fhir:Patient .
<http://hl7.org/fhir/Practitioner/example-practitioner> a fhir:Practitioner .
<http://hl7.org/fhir/Coverage/ExampleCoverageGkvZe> a fhir:Coverage .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/ServiceRequest/example-therapeutic-remedy-physio.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/ServiceRequest/example-therapeutic-remedy-physio.ttl> .
IG © 2026+ cognovis GmbH. Paket de.cognovis.fhir.praxis#0.101.6 basierend auf FHIR 4.0.1. Generiert 2026-09-11
Links: Table of Contents |
QA Report