use of org.hl7.fhir.r4.model.CarePlan in project org.hl7.fhir.core by hapifhir.
the class TurtleTests method test_careplan_example_integrated.
@Test
public void test_careplan_example_integrated() throws FileNotFoundException, IOException, Exception {
System.out.println("careplan-example-integrated.ttl");
new Turtle().parse(TextFile.fileToString("C:\\work\\org.hl7.fhir\\build\\publish\\careplan-example-integrated.ttl"));
}
use of org.hl7.fhir.r4.model.CarePlan in project org.hl7.fhir.core by hapifhir.
the class TurtleTests method test_careplan_example_pregnancy.
@Test
public void test_careplan_example_pregnancy() throws FileNotFoundException, IOException, Exception {
System.out.println("careplan-example-pregnancy.ttl");
new Turtle().parse(TextFile.fileToString("C:\\work\\org.hl7.fhir\\build\\publish\\careplan-example-pregnancy.ttl"));
}
use of org.hl7.fhir.r4.model.CarePlan in project org.hl7.fhir.core by hapifhir.
the class TurtleTests method test_careplan_example_f202_malignancy.
@Test
public void test_careplan_example_f202_malignancy() throws FileNotFoundException, IOException, Exception {
System.out.println("careplan-example-f202-malignancy.ttl");
new Turtle().parse(TextFile.fileToString("C:\\work\\org.hl7.fhir\\build\\publish\\careplan-example-f202-malignancy.ttl"));
}
use of org.hl7.fhir.r4.model.CarePlan in project org.hl7.fhir.core by hapifhir.
the class TurtleTests method test_careplan_example_f001_heart.
@Test
public void test_careplan_example_f001_heart() throws FileNotFoundException, IOException, Exception {
System.out.println("careplan-example-f001-heart.ttl");
new Turtle().parse(TextFile.fileToString("C:\\work\\org.hl7.fhir\\build\\publish\\careplan-example-f001-heart.ttl"));
}
use of org.hl7.fhir.r4.model.CarePlan in project org.hl7.fhir.core by hapifhir.
the class TurtleTests method test_careplan_example_f002_lung.
@Test
public void test_careplan_example_f002_lung() throws FileNotFoundException, IOException, Exception {
System.out.println("careplan-example-f002-lung.ttl");
new Turtle().parse(TextFile.fileToString("C:\\work\\org.hl7.fhir\\build\\publish\\careplan-example-f002-lung.ttl"));
}
Aggregations