German Practice Management FHIR Profiles (R4)
0.49.0 - STU1 Germany flag

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

: PAS Task — Status abfragen - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:Task ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "PASTaskInquireExample"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhir.cognovis.de/praxis/StructureDefinition/pas-task-de"^^xsd:anyURI ;
fhir:l <https://fhir.cognovis.de/praxis/StructureDefinition/pas-task-de>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Task PASTaskInquireExample</b></p><a name=\"PASTaskInquireExample\"> </a><a name=\"hcPASTaskInquireExample\"> </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-pas-task-de.html\">PAS Task DE</a></p></div><p><b>status</b>: In Progress</p><p><b>intent</b>: order</p><p><b>code</b>: <span title=\"Codes:{https://fhir.cognovis.de/praxis/CodeSystem/pas-task-code inquire}\">Status abfragen</span></p><p><b>for</b>: <a href=\"Patient-PASClaimPatientExample.html\">Max Mustermann  Male, DoB: 1970-03-15 ( http://fhir.de/NamingSystem/gkv/kvid-10#A123456789)</a></p><p><b>authoredOn</b>: 2024-03-02 08:30:00+0100</p><p><b>requester</b>: <a href=\"Practitioner-PASClaimPractitionerExample.html\">Practitioner Maria Schmidt </a></p><p><b>owner</b>: <a href=\"Organization-PASClaimInsurerExample.html\">Organization AOK Bayern</a></p><h3>Inputs</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{https://fhir.cognovis.de/praxis/CodeSystem/pas-task-input-type claim-reference}\">Claim Reference</span></td><td><a href=\"Claim-PASClaimExample.html\">Claim: status = active; type = Professional; use = preauthorization; created = 2024-03-01 09:00:00+0100; priority = Normal</a></td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "in-progress"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [
fhir:v "https://fhir.cognovis.de/praxis/CodeSystem/pas-task-code"^^xsd:anyURI ;
fhir:l <https://fhir.cognovis.de/praxis/CodeSystem/pas-task-code>       ] ;
fhir:code [ fhir:v "inquire" ] ;
fhir:display [ fhir:v "Status abfragen" ]     ] )
  ] ; # 
  fhir:for [
fhir:l fhir:Patient/PASClaimPatientExample ;
fhir:reference [ fhir:v "Patient/PASClaimPatientExample" ]
  ] ; # 
  fhir:authoredOn [ fhir:v "2024-03-02T08:30:00+01:00"^^xsd:dateTime] ; # 
  fhir:requester [
fhir:l fhir:Practitioner/PASClaimPractitionerExample ;
fhir:reference [ fhir:v "Practitioner/PASClaimPractitionerExample" ]
  ] ; # 
  fhir:owner [
fhir:l fhir:Organization/PASClaimInsurerExample ;
fhir:reference [ fhir:v "Organization/PASClaimInsurerExample" ]
  ] ; # 
  fhir:input ( [
fhir:type [
      ( fhir:coding [
fhir:system [
fhir:v "https://fhir.cognovis.de/praxis/CodeSystem/pas-task-input-type"^^xsd:anyURI ;
fhir:l <https://fhir.cognovis.de/praxis/CodeSystem/pas-task-input-type>         ] ;
fhir:code [ fhir:v "claim-reference" ]       ] )     ] ;
fhir:value [
a fhir:Reference ;
fhir:l fhir:Claim/PASClaimExample ;
fhir:reference [ fhir:v "Claim/PASClaimExample" ]     ]
  ] ) . #