@prefix fhir: .
@prefix owl: .
@prefix rdf: .
@prefix rdfs: .
@prefix xsd: .
# - resource -------------------------------------------------------------------
a fhir:OperationOutcome ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "elabValidationError"] ; #
fhir:issue ( [
fhir:id [ fhir:v "L4" ] ;
fhir:severity [ fhir:v "error" ] ;
fhir:code [ fhir:v "business-rule" ] ;
fhir:diagnostics [ fhir:v "Active Encounter not found for custodian's Organization and Patient." ]
] ) . #
# -------------------------------------------------------------------------------------