use of org.hl7.fhir.dstu3.utils.formats.Turtle in project org.hl7.fhir.core by hapifhir.
the class TurtleTests method test_appointmentresponse_example.
@Test
public void test_appointmentresponse_example() throws FileNotFoundException, IOException, Exception {
System.out.println("appointmentresponse-example.ttl");
new Turtle().parse(TextFile.fileToString("C:\\work\\org.hl7.fhir\\build\\publish\\appointmentresponse-example.ttl"));
}
use of org.hl7.fhir.dstu3.utils.formats.Turtle in project org.hl7.fhir.core by hapifhir.
the class TurtleTests method test_processrequest_example_reprocess.
@Test
public void test_processrequest_example_reprocess() throws FileNotFoundException, IOException, Exception {
System.out.println("processrequest-example-reprocess.ttl");
new Turtle().parse(TextFile.fileToString("C:\\work\\org.hl7.fhir\\build\\publish\\processrequest-example-reprocess.ttl"));
}
use of org.hl7.fhir.dstu3.utils.formats.Turtle in project org.hl7.fhir.core by hapifhir.
the class TurtleTests method test_observation_example_genetics_2.
@Test
public void test_observation_example_genetics_2() throws FileNotFoundException, IOException, Exception {
System.out.println("observation-example-genetics-2.ttl");
new Turtle().parse(TextFile.fileToString("C:\\work\\org.hl7.fhir\\build\\publish\\observation-example-genetics-2.ttl"));
}
use of org.hl7.fhir.dstu3.utils.formats.Turtle in project org.hl7.fhir.core by hapifhir.
the class TurtleTests method test_observation_example_f003_co2.
@Test
public void test_observation_example_f003_co2() throws FileNotFoundException, IOException, Exception {
System.out.println("observation-example-f003-co2.ttl");
new Turtle().parse(TextFile.fileToString("C:\\work\\org.hl7.fhir\\build\\publish\\observation-example-f003-co2.ttl"));
}
use of org.hl7.fhir.dstu3.utils.formats.Turtle in project org.hl7.fhir.core by hapifhir.
the class TurtleTests method test_appointment_example2doctors.
@Test
public void test_appointment_example2doctors() throws FileNotFoundException, IOException, Exception {
System.out.println("appointment-example2doctors.ttl");
new Turtle().parse(TextFile.fileToString("C:\\work\\org.hl7.fhir\\build\\publish\\appointment-example2doctors.ttl"));
}
Aggregations