use of org.hl7.fhir.r4.utils.formats.Turtle in project org.hl7.fhir.core by hapifhir.
the class TurtleTests method test_practitionerrole_example.
@Test
public void test_practitionerrole_example() throws FileNotFoundException, IOException, Exception {
System.out.println("practitionerrole-example.ttl");
new Turtle().parse(TextFile.fileToString("C:\\work\\org.hl7.fhir\\build\\publish\\practitionerrole-example.ttl"));
}
use of org.hl7.fhir.r4.utils.formats.Turtle in project org.hl7.fhir.core by hapifhir.
the class TurtleTests method test_device_example_pacemaker.
@Test
public void test_device_example_pacemaker() throws FileNotFoundException, IOException, Exception {
System.out.println("device-example-pacemaker.ttl");
new Turtle().parse(TextFile.fileToString("C:\\work\\org.hl7.fhir\\build\\publish\\device-example-pacemaker.ttl"));
}
use of org.hl7.fhir.r4.utils.formats.Turtle in project org.hl7.fhir.core by hapifhir.
the class TurtleTests method test_diagnosticreport_example_f201_brainct.
@Test
public void test_diagnosticreport_example_f201_brainct() throws FileNotFoundException, IOException, Exception {
System.out.println("diagnosticreport-example-f201-brainct.ttl");
new Turtle().parse(TextFile.fileToString("C:\\work\\org.hl7.fhir\\build\\publish\\diagnosticreport-example-f201-brainct.ttl"));
}
use of org.hl7.fhir.r4.utils.formats.Turtle in project org.hl7.fhir.core by hapifhir.
the class TurtleTests method test_endpoint_example.
@Test
public void test_endpoint_example() throws FileNotFoundException, IOException, Exception {
System.out.println("endpoint-example.ttl");
new Turtle().parse(TextFile.fileToString("C:\\work\\org.hl7.fhir\\build\\publish\\endpoint-example.ttl"));
}
use of org.hl7.fhir.r4.utils.formats.Turtle in project org.hl7.fhir.core by hapifhir.
the class TurtleTests method test_diagnosticreport_example_ultrasound.
@Test
public void test_diagnosticreport_example_ultrasound() throws FileNotFoundException, IOException, Exception {
System.out.println("diagnosticreport-example-ultrasound.ttl");
new Turtle().parse(TextFile.fileToString("C:\\work\\org.hl7.fhir\\build\\publish\\diagnosticreport-example-ultrasound.ttl"));
}
Aggregations