FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.xver-r5.r4b
Resource TypeCodeSystem
IdCodeSystem-subscriptiontopic-cr-behavior.json
FHIR VersionR4B
Sourcehttp://hl7.org/fhir/uv/xver-r5.r4b/0.0.1-snapshot-2/CodeSystem-subscriptiontopic-cr-behavior.html
URLhttp://hl7.org/fhir/subscriptiontopic-cr-behavior
Version5.0.0
Statusactive
Date2021-01-05T09:01:24+10:00
NameCriteriaNotExistsBehavior
TitleCriteria Not Exists Behavior
Realmuv
Authorityhl7
DescriptionBehavior a server can exhibit when a criteria state does not exist (e.g., state prior to a create or after a delete).
Contentcomplete

Resources that use this resource

ValueSet
R5-subscriptiontopic-cr-behavior-for-R4Cross-version VS for R5.CriteriaNotExistsBehavior for use in FHIR R4
R4B-subscriptiontopic-cr-behavior-for-R4Cross-version VS for R4B.CriteriaNotExistsBehavior for use in FHIR R4

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

This code system http://hl7.org/fhir/subscriptiontopic-cr-behavior defines the following codes:

Code Display Definition
test-passes Test passes The requested conditional statement will pass if a matching state does not exist (e.g., previous state during create).
test-fails Test fails The requested conditional statement will fail if a matching state does not exist (e.g., previous state during create).

Source1

{
  "resourceType": "CodeSystem",
  "id": "subscriptiontopic-cr-behavior",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 0
    },
    {
      "extension": [
        {
          "url": "packageId",
          "valueId": "hl7.fhir.uv.xver-r5.r4b"
        },
        {
          "url": "version",
          "valueString": "0.0.1-snapshot-2"
        }
      ],
      "url": "http://hl7.org/fhir/StructureDefinition/package-source"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fhir"
    }
  ],
  "url": "http://hl7.org/fhir/subscriptiontopic-cr-behavior",
  "version": "5.0.0",
  "name": "CriteriaNotExistsBehavior",
  "title": "Criteria Not Exists Behavior",
  "status": "active",
  "experimental": false,
  "date": "2021-01-05T09:01:24+10:00",
  "publisher": "FHIR Infrastructure",
  "contact": [
    {
      "name": "FHIR Infrastructure",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/fiwg"
        }
      ]
    }
  ],
  "description": "Behavior a server can exhibit when a criteria state does not exist (e.g., state prior to a create or after a delete).",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/subscriptiontopic-cr-behavior|4.3.0",
  "content": "complete",
  "concept": [
    {
      "code": "test-passes",
      "display": "Test passes",
      "definition": "The requested conditional statement will pass if a matching state does not exist (e.g., previous state during create)."
    },
    {
      "code": "test-fails",
      "display": "Test fails",
      "definition": "The requested conditional statement will fail if a matching state does not exist (e.g., previous state during create)."
    }
  ]
}