@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 -------------------------------------------------------------------

<https://fhir-ig.digital.health.nz/sdhr/Parameters/ParametersParticipationStatusResponse> a fhir:Parameters ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ParametersParticipationStatusResponse"] ;
  fhir:Parameters.parameter [
     fhir:index 0 ;
     fhir:Parameters.parameter.name [ fhir:value "patient" ] ;
     fhir:Parameters.parameter.valueReference [
       fhir:link <https://api.hip.digital.health.nz/fhir/nhi/v1/Patient/ZXK9000> ;
       fhir:Reference.reference [ fhir:value "https://api.hip.digital.health.nz/fhir/nhi/v1/Patient/ZXK9000" ] ;
       fhir:Reference.type [ fhir:value "Patient" ]
     ]
  ], [
     fhir:index 1 ;
     fhir:Parameters.parameter.name [ fhir:value "consentFound" ] ;
     fhir:Parameters.parameter.valueBoolean [ fhir:value "false"^^xsd:boolean ]
  ], [
     fhir:index 2 ;
     fhir:Parameters.parameter.name [ fhir:value "hnzParticipationIndicator" ] ;
     fhir:Parameters.parameter.valueBoolean [ fhir:value "false"^^xsd:boolean ]
  ], [
     fhir:index 3 ;
     fhir:Parameters.parameter.name [ fhir:value "hasActiveRecords" ] ;
     fhir:Parameters.parameter.valueBoolean [ fhir:value "false"^^xsd:boolean ]
  ], [
     fhir:index 4 ;
     fhir:Parameters.parameter.name [ fhir:value "hasArchivedRecords" ] ;
     fhir:Parameters.parameter.valueBoolean [ fhir:value "false"^^xsd:boolean ]
  ], [
     fhir:index 5 ;
     fhir:Parameters.parameter.name [ fhir:value "hasAnyRecords" ] ;
     fhir:Parameters.parameter.valueBoolean [ fhir:value "false"^^xsd:boolean ]
  ], [
     fhir:index 6 ;
     fhir:Parameters.parameter.name [ fhir:value "enrolmentInformationFound" ] ;
     fhir:Parameters.parameter.valueBoolean [ fhir:value "false"^^xsd:boolean ]
  ] .

# - ontology header ------------------------------------------------------------

<https://fhir-ig.digital.health.nz/sdhr/Parameters/ParametersParticipationStatusResponse.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

