AddCommunication Implementation Guide
2.2 - version 2.2

This page is part of the Release of AddCommunication IG (v2.2: Release) based on FHIR (HL7® FHIR® Standard) v5.0.0. . For a full list of available versions, see the Directory of published versions

: MinimalOtherCommunicationRequest - 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:CommunicationRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "MinimalOtherCommunicationRequest"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "70BFFBB8-0919-4DC2-BF8A-77EA18DD4B52" ] ;
    ( fhir:profile [
fhir:v "http://bki.skane.se/invanartjanster/fhir/StructureDefinition/OtherCommunicationRequest"^^xsd:anyURI ;
fhir:link <http://bki.skane.se/invanartjanster/fhir/StructureDefinition/OtherCommunicationRequest>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">OtherCommunicationRequest</div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://bki.skane.se/invanartjanster/fhir/StructureDefinition/extActionType"^^xsd:anyURI ] ;
fhir:value [ fhir:v "CONFIRMATION_WITHIN_CARE_GUARANTEE" ]
  ] ) ; # 
  fhir:identifier ( [
fhir:value [ fhir:v "3F929653-FDB4-4120-A935-136F6A6F0422" ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/MinimalPatient" ] ;
fhir:display [ fhir:v "Reference to Patient" ]
  ] ; # 
  fhir:informationProvider ( [
fhir:reference [ fhir:v "HealthcareService/MinimalOtherHealthcareService" ] ;
fhir:display [ fhir:v "Reference to HealthcareService" ]
  ] ) . #