FHIR Release 3 (STU) R5 Final QA

This page is part of the FHIR Specification (v3.0.2: STU (v5.0.0-draft-final: Final QA Preview for R5 - see ballot notes 3). ). The current version which supercedes this version is 5.0.0 . For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 Using Codes Code Systems Value Sets Concept Maps Identifier Systems 4.3.1.712 Value Set http://hl7.org/fhir/ValueSet/report-status-codes

Example Endpoint/example (JSON)

Committee:
FHIR Infrastructure Patient Administration Work Group   Maturity Level : 0 N/A Standards Status : Informative Use Context Compartments : Any This is a value set Not linked to any defined by the FHIR project. Summary Defining URL: http://hl7.org/fhir/ValueSet/report-status-codes Name: TestReportStatus Definition: The current status of the test report. compartments

  4.3.1.712.2 Expansion This expansion generated 19 Apr 2017 This value set contains 5 concepts Expansion based on http://hl7.org/fhir/report-status-codes version 3.0.2 All codes from system http://hl7.org/fhir/report-status-codes Code Display Definition completed Completed All test operations have completed in-progress In Progress A test operations is currently executing waiting Waiting A test operation is waiting for an external client request stopped Raw JSON Stopped The test script execution was manually stopped ( canonical form entered-in-error + also see JSON Format Specification Entered In Error This test report was entered or created in error   )

See the full registry of value sets defined as part of FHIR. Example Endpoint

{
  "resourceType" : "Endpoint",
  "id" : "example",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n\t\t\tHealth Intersections CarePlan Hub<br/>\n\t\t\tCarePlans can be uploaded to/from this loccation\n\t\t</div>"
  },
  "identifier" : [{
    "system" : "http://example.org/enpoint-identifier",
    "value" : "epcp12"
  }],
  "status" : "active",
  "connectionType" : [{
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/endpoint-connection-type",
      "code" : "hl7-fhir-rest"
    }]
  }],
  "name" : "Health Intersections CarePlan Hub",
  "description" : "The CarePlan hub provides a test/dev environment for testing submissions",
  "environmentType" : [{
    "coding" : [{
      "system" : "http://hl7.org/fhir/endpoint-environment",
      "code" : "test"
    }]
  },
  {
    "coding" : [{
      "system" : "http://hl7.org/fhir/endpoint-environment",
      "code" : "dev"
    }]
  }],
  "managingOrganization" : {
    "reference" : "Organization/hl7"
  },
  "contact" : [{
    "system" : "email",
    "value" : "endpointmanager@example.org",
    "use" : "work"
  }],
  "period" : {
    "start" : "2014-09-01"
  },
  "payload" : [{
    "type" : [{
      "coding" : [{
        "system" : "http://hl7.org/fhir/fhir-types",
        "code" : "CarePlan"
      }]
    }],
    "mimeType" : ["application/fhir+xml"]
  }],
  "address" : "http://fhir3.healthintersections.com.au/open/CarePlan",
  "header" : ["bearer-code BASGS534s4"]
}

Explanation of the columns that may appear on this page: Level A few code lists Usage note: every effort has been made to ensure that FHIR defines are hierarchical - each code is assigned a level. In this scheme, some codes the examples are under other codes, correct and imply that the code useful, but they are under also applies Source The source of the definition of the code (when the value set draws in codes defined elsewhere) Code The code (used as the code in the resource instance). If the code is in italics, this indicates that the code is not selectable ('Abstract') Display The display (used in the display element of a Coding ). If there is no display, implementers should not simply display the code, but map the concept into their application Definition An explanation of the meaning normative part of the concept Comments Additional notes about how to use the code specification.