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

FHIR IG Statistics: SearchParameter/il-core-movement-number

Packageil.core.fhir.r4
Resource TypeSearchParameter
Idil-core-movement-number
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=il.core.fhir.r4@0.18.0&canonical=http://fhir.health.gov.il/SearchParameter/il-core-movement-number
URLhttp://fhir.health.gov.il/SearchParameter/il-core-movement-number
Version1.0.0
Statusactive
Date2024-10-09
NameILCoreMovementSequenceNumber
Realmil
Authoritynational
DescriptionReturns Encounter instances where the ILCore Movement Sequence-Number extension has a specified string value.
Typestring

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "SearchParameter",
  "id": "il-core-movement-number",
  "url": "http://fhir.health.gov.il/SearchParameter/il-core-movement-number",
  "version": "1.0.0",
  "name": "ILCoreMovementSequenceNumber",
  "status": "active",
  "date": "2024-10-09",
  "publisher": "Israel Core Team",
  "contact": [
    {
      "name": "Israel Core Team",
      "telecom": [
        {
          "system": "email",
          "value": "tal.primak@moh.gov.il"
        }
      ]
    }
  ],
  "description": "Returns Encounter instances where the ILCore Movement Sequence-Number extension has a specified string value.",
  "jurisdiction": [
    {
      "coding": [
        {
          "code": "IL",
          "system": "urn:iso:std:iso:3166"
        }
      ]
    }
  ],
  "code": "movement-number",
  "base": [
    "Encounter"
  ],
  "type": "string",
  "expression": "extension('http://fhir.health.gov.il/StructureDefinition/ext-movement-number').value as String",
  "xpathUsage": "normal",
  "multipleOr": true,
  "multipleAnd": false
}