Finance and Insurance Service (FAIS)
1.0.1-current - ci-build International flag

Finance and Insurance Service (FAIS), published by IHE IT Infrastructure Technical Committee. This guide is not an authorized publication; it is the continuous build for version 1.0.1-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE/ITI.Finance/ and changes regularly. See the Directory of published versions

: Example Enrollment Response - 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:EnrollmentResponse ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ex-enrollment-resp"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://profiles.ihe.net/ITI/FAIS/StructureDefinition/IHE.FAIS.EnrollmentResponse"^^xsd:anyURI ;
fhir:link <https://profiles.ihe.net/ITI/FAIS/StructureDefinition/IHE.FAIS.EnrollmentResponse>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: EnrollmentResponse ex-enrollment-resp</b></p><a name=\"ex-enrollment-resp\"> </a><a name=\"hcex-enrollment-resp\"> </a><a name=\"ex-enrollment-resp-en-US\"> </a><p><b>status</b>: Active</p><p><b>request</b>: <a href=\"EnrollmentRequest-ex-enrollment-req.html\">EnrollmentRequest: status = active; created = 2023-12-15</a></p><p><b>outcome</b>: Processing Complete</p><p><b>disposition</b>: Enrolled</p><p><b>created</b>: 2023-12-15</p><p><b>organization</b>: <a href=\"Organization-ex-insurer.html\">Organization Example Public Insurance</a></p></div>"
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:request [
fhir:reference [ fhir:v "EnrollmentRequest/ex-enrollment-req" ]
  ] ; # 
  fhir:outcome [ fhir:v "complete"] ; # 
  fhir:disposition [ fhir:v "Enrolled"] ; # 
  fhir:created [ fhir:v "2023-12-15"^^xsd:date] ; # 
  fhir:organization [
fhir:reference [ fhir:v "Organization/ex-insurer" ]
  ] . #