use of org.hl7.fhir.r4.model.codesystems.ResourceTypes.PROCEDURE in project org.hl7.fhir.core by hapifhir.
the class TurtleTests method test_procedure_example_f201_tpf.
@Test
public void test_procedure_example_f201_tpf() throws FileNotFoundException, IOException, Exception {
System.out.println("procedure-example-f201-tpf.ttl");
new Turtle().parse(TextFile.fileToString("C:\\work\\org.hl7.fhir\\build\\publish\\procedure-example-f201-tpf.ttl"));
}
use of org.hl7.fhir.r4.model.codesystems.ResourceTypes.PROCEDURE in project org.hl7.fhir.core by hapifhir.
the class TurtleTests method test_procedure_example_f003_abscess.
@Test
public void test_procedure_example_f003_abscess() throws FileNotFoundException, IOException, Exception {
System.out.println("procedure-example-f003-abscess.ttl");
new Turtle().parse(TextFile.fileToString("C:\\work\\org.hl7.fhir\\build\\publish\\procedure-example-f003-abscess.ttl"));
}
use of org.hl7.fhir.r4.model.codesystems.ResourceTypes.PROCEDURE in project org.hl7.fhir.core by hapifhir.
the class TurtleTests method test_procedure_example_f001_heart.
@Test
public void test_procedure_example_f001_heart() throws FileNotFoundException, IOException, Exception {
System.out.println("procedure-example-f001-heart.ttl");
new Turtle().parse(TextFile.fileToString("C:\\work\\org.hl7.fhir\\build\\publish\\procedure-example-f001-heart.ttl"));
}
use of org.hl7.fhir.r4.model.codesystems.ResourceTypes.PROCEDURE in project org.hl7.fhir.core by hapifhir.
the class TurtleTests method test_procedure_example_biopsy.
@Test
public void test_procedure_example_biopsy() throws FileNotFoundException, IOException, Exception {
System.out.println("procedure-example-biopsy.ttl");
new Turtle().parse(TextFile.fileToString("C:\\work\\org.hl7.fhir\\build\\publish\\procedure-example-biopsy.ttl"));
}
use of org.hl7.fhir.r4.model.codesystems.ResourceTypes.PROCEDURE in project org.hl7.fhir.core by hapifhir.
the class TurtleTests method test_procedure_example_f004_tracheotomy.
@Test
public void test_procedure_example_f004_tracheotomy() throws FileNotFoundException, IOException, Exception {
System.out.println("procedure-example-f004-tracheotomy.ttl");
new Turtle().parse(TextFile.fileToString("C:\\work\\org.hl7.fhir\\build\\publish\\procedure-example-f004-tracheotomy.ttl"));
}
Aggregations