German Practice Management FHIR Profiles (R4)
0.90.0 - STU1 Germany

German Practice Management FHIR Profiles (R4) - Local Development build (v0.90.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: PRE-APPROVAL Procedure proposal when svc.performed=true - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/Procedure/example-proposal-procedure-upper-arm> a fhir:Procedure ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "example-proposal-procedure-upper-arm"] ;
  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: Procedure example-proposal-procedure-upper-arm</b></p><a name=\"example-proposal-procedure-upper-arm\"> </a><a name=\"hcexample-proposal-procedure-upper-arm\"> </a><p><b>instantiatesCanonical</b>: <a href=\"PlanDefinition-job-upper-arm-injection.html\">Upper-arm injection visit</a></p><p><b>status</b>: Preparation</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 59108006}\">Injection</span></p><p><b>subject</b>: <a href=\"Patient-example-patient-upper-arm.html\">Anna Keller  Female, DoB: 1978-06-12</a></p><p><b>reasonReference</b>: <a href=\"Condition-existing-upper-arm-diagnosis.html\">Condition Schmerz in einer Extremitaet: Oberarm</a></p><p><b>bodySite</b>: <span title=\"Codes:{http://snomed.info/sct 368209003}, {http://snomed.info/sct 24028007}\">Right upper arm structure</span></p></div>"
  ] ;
  fhir:Procedure.instantiatesCanonical [
     fhir:value "https://fhir.cognovis.de/praxis/PlanDefinition/job-upper-arm-injection" ;
     fhir:index 0 ;
     fhir:link <https://fhir.cognovis.de/praxis/PlanDefinition/job-upper-arm-injection>
  ] ;
  fhir:Procedure.status [ fhir:value "preparation"] ;
  fhir:Procedure.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:59108006 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "59108006" ] ;
       fhir:Coding.display [ fhir:value "Injection" ]
     ]
  ] ;
  fhir:Procedure.subject [
     fhir:link <http://hl7.org/fhir/Patient/example-patient-upper-arm> ;
     fhir:Reference.reference [ fhir:value "Patient/example-patient-upper-arm" ]
  ] ;
  fhir:Procedure.reasonReference [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Condition/existing-upper-arm-diagnosis> ;
     fhir:Reference.reference [ fhir:value "Condition/existing-upper-arm-diagnosis" ]
  ] ;
  fhir:Procedure.bodySite [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:368209003 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "368209003" ] ;
       fhir:Coding.display [ fhir:value "Right upper arm structure" ]
     ], [
       fhir:index 1 ;
       a sct:24028007 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "24028007" ] ;
       fhir:Coding.display [ fhir:value "Right" ]
     ]
  ] .

<http://hl7.org/fhir/Patient/example-patient-upper-arm> a fhir:Patient .

<http://hl7.org/fhir/Condition/existing-upper-arm-diagnosis> a fhir:Condition .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Procedure/example-proposal-procedure-upper-arm.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Procedure/example-proposal-procedure-upper-arm.ttl> .