Developer Satisfaction
0.2.0 - ci-build International flag

Developer Satisfaction - Local Development build (v0.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: HL7 FHIR R4 TestPlan Provider - TTL Representation

Active as of 2024-04-11

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:TestPlan ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "DEVSATTestPlanProvider"] ; #
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Contact:</b> (AEGIS.net, Inc.: <a href=\"https://www.aegis.net\">https://www.aegis.net</a>, Richard Ettema: <a href=\"mailto:mailto:richard.ettema@aegis.net\">mailto:richard.ettema@aegis.net</a>)</p><p><b>Category: </b><span title=\"Codes: {http://hl7.org/fhir/testscript-scope-phase-codes integration}\">Integration</span></p><p><b>Test Plan Scopes:</b></p><ul><li><a href=\"CapabilityStatement-dev-satisfaction-provider-r4.html\">CapabilityStatement/dev-satisfaction-provider-r4</a> &quot;CapabilitySatisfactionProviderR4&quot;</li><li><a href=\"StructureDefinition-dev-satisfaction-observation.html\">StructureDefinition/dev-satisfaction-observation</a> &quot;DEVSATObservation&quot;</li></ul><p><b>Test Tools: </b></p><div><p>Touchstone FHIR Testing Platform - https://touchstone.com</p>\n</div><h2>Test Case - Sequence1</h2><h3>Test Run 1</h3><div><p>Get the Developer Satisfaction Provider FHIR Server's JSON formatted CapabilityStatement and validate against the Developer Satisfaction Provider actor CapabilityStatement</p>\n</div><table class=\"grid\"><tr><td><b>Language</b></td><td><b>Source[x]</b></td></tr><tr><td><span title=\"Codes: \">TestScript</span></td><td><a href=\"TestScript-DEVSATCapabilitiesProviderjson.html\">TestScript/DEVSATCapabilitiesProviderjson</a> &quot;DEVSATCapabilitiesProviderjson&quot;</td></tr></table><h3>Test Run 2</h3><div><p>Get the Developer Satisfaction Provider FHIR Server's XML formatted CapabilityStatement and validate against the Developer Satisfaction Provider actor CapabilityStatement</p>\n</div><table class=\"grid\"><tr><td><b>Language</b></td><td><b>Source[x]</b></td></tr><tr><td><span title=\"Codes: \">TestScript</span></td><td><a href=\"TestScript-DEVSATCapabilitiesProviderxml.html\">TestScript/DEVSATCapabilitiesProviderxml</a> &quot;DEVSATCapabilitiesProviderxml&quot;</td></tr></table><h2>Test Case - Sequence2</h2><h3>Test Run 1</h3><div><p>Create a JSON formatted Observation on a Responder Actor and validate the sent Observation against the Developer Satisfaction IG</p>\n</div><table class=\"grid\"><tr><td><b>Language</b></td><td><b>Source[x]</b></td></tr><tr><td><span title=\"Codes: \">TestScript</span></td><td>??</td></tr></table><h3>Test Run 2</h3><div><p>Create a XML formatted Observation on a Responder Actor and validate the sent Observation against the Developer Satisfaction IG</p>\n</div><table class=\"grid\"><tr><td><b>Language</b></td><td><b>Source[x]</b></td></tr><tr><td><span title=\"Codes: \">TestScript</span></td><td>??</td></tr></table><h3>Test Data</h3><table class=\"grid\"><tr><td><b>Type</b></td><td><b>Content</b></td><td><b>Source[x]</b></td></tr><tr><td><span title=\"{http://example.org/fhir/testplan/testData-type example}\">example</span></td><td><a href=\"Observation-Observation1.html\">Observation/Observation1</a></td><td>Example Observation1</td></tr></table></div>"
  ] ; #
  fhir:url [ fhir:v "http://touchstone.aegis.net/touchstone/fhir/dev-satisfaction/TestPlan/DEVSATTestPlanProvider"^^xsd:anyURI] ; #
  fhir:version [ fhir:v "0.2.0"] ; #
  fhir:name [ fhir:v "DEVSATTestPlanProvider"] ; #
  fhir:title [ fhir:v "HL7 FHIR R4 TestPlan Provider"] ; #
  fhir:status [ fhir:v "active"] ; #
  fhir:date [ fhir:v "2024-04-11"^^xsd:date] ; #
  fhir:publisher [ fhir:v "AEGIS.net, Inc."] ; #
  fhir:contact ( [
fhir:name [ fhir:v "AEGIS.net, Inc." ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.aegis.net" ]     ] )
  ] [
fhir:name [ fhir:v "Richard Ettema" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "mailto:richard.ettema@aegis.net" ]     ] )
  ] ) ; #
  fhir:description [ fhir:v "TestPlan to verify the conformance of a FHIR server acting as a Developer Satisfaction Provider"] ; #
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "World" ]     ] )
  ] ) ; #
  fhir:copyright [ fhir:v "(c) AEGIS.net, Inc. 2024"] ; #
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/testscript-scope-phase-codes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "integration" ]     ] )
  ] ) ; #
  fhir:scope ( [
fhir:reference [ fhir:v "CapabilityStatement/dev-satisfaction-provider-r4" ]
  ] [
fhir:reference [ fhir:v "StructureDefinition/dev-satisfaction-observation" ]
  ] ) ; #
  fhir:testTools [ fhir:v "Touchstone FHIR Testing Platform - https://touchstone.com"] ; #
  fhir:testCase ( [
fhir:sequence [ fhir:v "1"^^xsd:integer ] ;
    ( fhir:testRun [
fhir:narrative [ fhir:v "Get the Developer Satisfaction Provider FHIR Server's JSON formatted CapabilityStatement and validate against the Developer Satisfaction Provider actor CapabilityStatement" ] ;
fhir:script [
fhir:language [
fhir:text [ fhir:v "TestScript" ]         ] ;
fhir:source [
a fhir:Reference ;
fhir:reference [ fhir:v "TestScript/DEVSATCapabilitiesProviderjson" ]         ]       ]     ] [
fhir:narrative [ fhir:v "Get the Developer Satisfaction Provider FHIR Server's XML formatted CapabilityStatement and validate against the Developer Satisfaction Provider actor CapabilityStatement" ] ;
fhir:script [
fhir:language [
fhir:text [ fhir:v "TestScript" ]         ] ;
fhir:source [
a fhir:Reference ;
fhir:reference [ fhir:v "TestScript/DEVSATCapabilitiesProviderxml" ]         ]       ]     ] )
  ] [
fhir:sequence [ fhir:v "2"^^xsd:integer ] ;
    ( fhir:testRun [
fhir:narrative [ fhir:v "Create a JSON formatted Observation on a Responder Actor and validate the sent Observation against the Developer Satisfaction IG" ] ;
fhir:script [
fhir:language [
fhir:text [ fhir:v "TestScript" ]         ]       ]     ] [
fhir:narrative [ fhir:v "Create a XML formatted Observation on a Responder Actor and validate the sent Observation against the Developer Satisfaction IG" ] ;
fhir:script [
fhir:language [
fhir:text [ fhir:v "TestScript" ]         ]       ]     ] ) ;
    ( fhir:testData [
fhir:type [
fhir:system [ fhir:v "http://example.org/fhir/testplan/testData-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "example" ]       ] ;
fhir:content [
fhir:reference [ fhir:v "Observation/Observation1" ]       ] ;
fhir:source [ fhir:v "Example Observation1" ]     ] )
  ] ) . #