Release 5 Ballot

This page is part of the FHIR Specification (v0.0.82: DSTU (v5.0.0-ballot: R5 Ballot - see ballot notes 1). ). The current version which supercedes this version is 5.0.0 . For a full list of available versions, see the Directory of published versions

Search-entry-mode.json

Example ValueSet/testscript-scope-phase-codes (JSON)

Vocabulary Work Group Maturity Level : N/A Standards Status : Informative

Raw JSON ( canonical form + also see JSON Format Specification )

Definition for Value SetSearchEntryMode SetTestScriptScopePhaseType

{
  "resourceType": "ValueSet",
  "id": "search-entry-mode",
  "meta": {
    "lastUpdated": "2015-03-27T00:13:00.999+11:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition"
    ]

  "resourceType" : "ValueSet",
  "id" : "testscript-scope-phase-codes",
  "meta" : {
    "lastUpdated" : "2022-09-10T04:52:37.223+10:00",
    "profile" : ["http://hl7.org/fhir/StructureDefinition/shareablevalueset"]

  },
  "text": {
    "status": "generated",
    "div": "<div>!-- Snipped for Brevity --></div>"

  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include all codes defined in <a href=\"codesystem-testscript-scope-phase-codes.html\"><code>http://terminology.hl7.org/CodeSystem/testscript-scope-phase-codes</code></a></li></ul></div>"

  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
      "valueUri": "urn:oid:2.16.840.1.113883.4.642.2.906"
    }
  ],
  "url": "http://hl7.org/fhir/vs/search-entry-mode",
  "version": "0.4.0",
  "name": "SearchEntryMode",
  "publisher": "HL7 (FHIR Project)",
  "contact": [

  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "fhir"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode" : "trial-use"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger" : 2
  }],
  "url" : "http://hl7.org/fhir/ValueSet/testscript-scope-phase-codes",
  "identifier" : [{
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:2.16.840.1.113883.4.642.3.3056"
  }],
  "version" : "5.0.0-ballot",
  "name" : "TestScriptScopePhaseType",
  "title" : "TestScriptScopePhaseType",
  "status" : "draft",
  "experimental" : false,
  "date" : "2021-01-25T17:01:24-04:00",
  "publisher" : "HL7 (FHIR Project)",
  "contact" : [{
    "telecom" : [{
      "system" : "url",
      "value" : "http://hl7.org/fhir"
    },

    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        },
        {
          "system": "email",
          "value": "fhir@lists.hl7.org"
        }
      ]
    }
  ],
  "description": "Why an entry is in the result set - whether it's included as a match or because of an _include requirement",
  "status": "draft",
  "experimental": false,
  "date": "2015-03-27T00:13:00+11:00",
  "define": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
        "valueUri": "urn:oid:2.16.840.1.113883.4.642.1.906"
      }
    ],
    "system": "http://hl7.org/fhir/search-entry-mode",
    "caseSensitive": true,
    "concept": [
      {
        "code": "match",
        "display": "match",
        "definition": "This resource matched the search specification."
      },
      {
        "code": "include",
        "display": "include",
        "definition": "This resource is returned because it is referred to from another resource in the search set."
      }
    ]

      "system" : "email",
      "value" : "fhir@lists.hl7.org"
    }]
  }],
  "description" : "The phase of testing for this artifact.",
  "immutable" : true,
  "compose" : {
    "include" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/testscript-scope-phase-codes"
    }]

  }
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.