Search in sources :

Example 16 with CarePlan

use of org.hl7.fhir.dstu3.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"));
}
Also used : Turtle(org.hl7.fhir.dstu3.utils.formats.Turtle) Test(org.junit.jupiter.api.Test)

Example 17 with CarePlan

use of org.hl7.fhir.dstu3.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"));
}
Also used : Turtle(org.hl7.fhir.dstu3.utils.formats.Turtle) Test(org.junit.jupiter.api.Test)

Example 18 with CarePlan

use of org.hl7.fhir.dstu3.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"));
}
Also used : Turtle(org.hl7.fhir.dstu3.utils.formats.Turtle) Test(org.junit.jupiter.api.Test)

Example 19 with CarePlan

use of org.hl7.fhir.dstu3.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"));
}
Also used : Turtle(org.hl7.fhir.dstu3.utils.formats.Turtle) Test(org.junit.jupiter.api.Test)

Example 20 with CarePlan

use of org.hl7.fhir.dstu3.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"));
}
Also used : Turtle(org.hl7.fhir.dstu3.utils.formats.Turtle) Test(org.junit.jupiter.api.Test)

Aggregations

Test (org.junit.jupiter.api.Test)14 Turtle (org.hl7.fhir.dstu3.utils.formats.Turtle)10 CarePlan (org.hl7.fhir.dstu3.model.CarePlan)8 Reference (org.hl7.fhir.dstu3.model.Reference)7 ArrayList (java.util.ArrayList)6 Complex (org.hl7.fhir.dstu2016may.formats.RdfGenerator.Complex)5 Reference (org.hl7.fhir.r4.model.Reference)4 Date (java.util.Date)3 Composition (org.hl7.fhir.dstu3.model.Composition)3 DomainResource (org.hl7.fhir.dstu3.model.DomainResource)3 Encounter (org.hl7.fhir.dstu3.model.Encounter)3 Complex (org.hl7.fhir.dstu3.utils.formats.Turtle.Complex)3 CarePlan (org.hl7.fhir.r4.model.CarePlan)3 CarePlan (org.mitre.synthea.world.concepts.HealthRecord.CarePlan)3 SystemRequestDetails (ca.uhn.fhir.jpa.partition.SystemRequestDetails)2 Operation (ca.uhn.fhir.rest.annotation.Operation)2 JsonObject (com.google.gson.JsonObject)2 IOException (java.io.IOException)2 Bundle (org.hl7.fhir.dstu3.model.Bundle)2 BundleEntryComponent (org.hl7.fhir.dstu3.model.Bundle.BundleEntryComponent)2