FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: SearchParameter/publishable-example

Packagehl7.fhir.uv.crmi
Resource TypeSearchParameter
Idpublishable-example
FHIR VersionR4
Sourcehttp://hl7.org/fhir/uv/crmi/https://build.fhir.org/ig/HL7/crmi-ig/SearchParameter-publishable-example.html
URLhttp://hl7.org/fhir/uv/crmi/SearchParameter/publishable-example
Version2.0.0-cibuild
Statusdraft
Date2013-10-23
NamePublishableSearchParameterExample
Realmuv
Authorityhl7
DescriptionSearch by resource identifier - e.g. same as the read interaction, but can return included resources
PurposeNeed to search by identifier for various infrastructural cases - mainly retrieving packages, and matching as part of a chain
Typetoken

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: SearchParameter publishable-example

PublishableSearchParameterExample

Parameter _id:token

Search by resource identifier - e.g. same as the read interaction, but can return included resources

ResourceResource
Expressionid
Processing ModeNormal
Multiples
  • multipleAnd: It's up to the server whether the parameter may repeat in order to specify multiple values that must all be true
  • multipleOr: It's up to the server whether the parameter can have multiple values (separated by comma) where at least one must be true
ComparatorsAllowed: eq

Source

{
  "resourceType": "SearchParameter",
  "id": "publishable-example",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-publishablesearchparameter"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/artifact-title",
      "valueString": "Publishable SearchParameter Example"
    }
  ],
  "url": "http://hl7.org/fhir/uv/crmi/SearchParameter/publishable-example",
  "version": "2.0.0-cibuild",
  "name": "PublishableSearchParameterExample",
  "status": "draft",
  "experimental": true,
  "date": "2013-10-23",
  "publisher": "HL7 International / Clinical Decision Support",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/dss"
        }
      ]
    }
  ],
  "description": "Search by resource identifier - e.g. same as the read interaction, but can return included resources",
  "useContext": [
    {
      "code": {
        "system": "http://terminology.hl7.org/CodeSystem/usage-context-type",
        "code": "focus"
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/variant-state",
            "code": "positive"
          }
        ]
      }
    }
  ],
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "purpose": "Need to search by identifier for various infrastructural cases - mainly retrieving packages, and matching as part of a chain",
  "code": "_id",
  "base": [
    "Resource"
  ],
  "type": "token",
  "expression": "id",
  "xpathUsage": "normal",
  "comparator": [
    "eq"
  ]
}