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

FHIR IG Statistics: SearchParameter/encounter-based-on

Packagehl7.fhir.us.pacio-rt
TypeSearchParameter
Idencounter-based-on
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/pacio-rt/https://build.fhir.org/ig/HL7/fhir-pacio-rt/SearchParameter-encounter-based-on.html
URLhttp://hl7.org/fhir/us/pacio-rt/SearchParameter/encounter-based-on
Version1.0.0
Statusactive
Date2022-10-03T00:58:29+00:00
NameTimepoint_BasedOn
Realmus
Authorityhl7
DescriptionThe ClinicalImpression or ServiceRequest that initiated this timepoint
Typereference

Resources that use this resource

CapabilityStatement
rt-csRe-Assessment Timepoints Capability Statement

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: SearchParameter

Resource SearchParameter "encounter-based-on"

url: http://hl7.org/fhir/us/pacio-rt/SearchParameter/encounter-based-on

version: 1.0.0

name: Timepoint_BasedOn

status: active

date: 2022-10-03 12:58:29+0000

publisher: HL7 Community-Based Care and Privacy Working Group

contact: HL7 Community-Based Care and Privacy Working Group: https://www.hl7.org/Special/committees/homehealth,patients@lists.HL7.org, PACIO project: https://pacioproject.org/,info@pacioproject.org

description: The ClinicalImpression or ServiceRequest that initiated this timepoint

jurisdiction: United States of America (ISO 3166-1 Codes for the representation of names of countries and their subdivisions — Part 1: Country code#US)

code: based-on

base: Encounter

type: reference

expression: Encounter.basedOn | Encounter.basedOn.extension.where(url='http://hl7.org/fhir/us/pacio-rt/StructureDefinition/clinicalImpression').valueReference

target: ServiceRequest, ClinicalImpression


Source

{
  "resourceType": "SearchParameter",
  "id": "encounter-based-on",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/fhir/us/pacio-rt/SearchParameter/encounter-based-on",
  "version": "1.0.0",
  "name": "Timepoint_BasedOn",
  "status": "active",
  "date": "2022-10-03T00:58:29+00:00",
  "publisher": "HL7 Community-Based Care and Privacy Working Group",
  "contact": [
    {
      "name": "HL7 Community-Based Care and Privacy Working Group",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.hl7.org/Special/committees/homehealth"
        },
        {
          "system": "email",
          "value": "patients@lists.HL7.org"
        }
      ]
    },
    {
      "name": "PACIO project",
      "telecom": [
        {
          "system": "url",
          "value": "https://pacioproject.org/"
        },
        {
          "system": "email",
          "value": "info@pacioproject.org"
        }
      ]
    }
  ],
  "description": "The ClinicalImpression or ServiceRequest that initiated this timepoint",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "code": "based-on",
  "base": [
    "Encounter"
  ],
  "type": "reference",
  "expression": "Encounter.basedOn | Encounter.basedOn.extension.where(url='http://hl7.org/fhir/us/pacio-rt/StructureDefinition/clinicalImpression').valueReference",
  "target": [
    "ServiceRequest",
    "ClinicalImpression"
  ]
}