PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.testing@0.1.0-snapshot1
    http://hl7.org/fhir/TestPlan/example
{
  "description": "This test plan describes a manual test that a given observation can be read from the server using POSTMan. The user is instructed in the documentation to perform a POSTMan get with the $id in the URL and the Accept header, and compare with the expected output.",
  "_filename": "example/TestPlan-example.json",
  "package_name": "hl7.fhir.uv.testing",
  "date": null,
  "publisher": "HL7 International / FHIR Infrastructure",
  "resourceDefinition": "http://hl7.org/fhir/StructureDefinition/TestPlan|0.1.0-snapshot1",
  "name": null,
  "type": null,
  "experimental": null,
  "resourceType": "TestPlan",
  "scope": [ {
    "reference": "http://hl7.org/fhir/StructureDefinition/Observation"
  } ],
  "title": "Example Test Plan",
  "package_version": "0.1.0-snapshot1",
  "status": "draft",
  "id": "ea104eee-c2e8-467b-9bc9-b49338152759",
  "kind": null,
  "url": "http://hl7.org/fhir/TestPlan/example",
  "identifier": [ {
    "value": "1234",
    "system": "http://example.org/identifiers"
  } ],
  "suite": [ {
    "name": "Basic Observation Handling",
    "test": [ {
      "name": "obs-read",
      "expected": [ {
        "file": "response1.json",
        "name": "response"
      } ],
      "operation": "postman/GET",
      "parameter": [ {
        "name": "$id",
        "valueString": "123124"
      }, {
        "name": "Accept",
        "valueString": "application/fhir+json"
      } ],
      "description": "Read a JSON formatted Observation"
    } ]
  } ],
  "runner": "http://example.org/testing/my-manual-runner",
  "version": null
}