Kids First Implementation Guide
0.1.0 - CI Build

Kids First Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions

: Kids First SearchParameter/related-organization - JSON Representation

Raw json | Download

{
  "resourceType" : "SearchParameter",
  "id" : "related-organization",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>id</b>: related-organization</p><p><b>url</b>: <a href=\"http://fhir.kids-first.io/SearchParameter/related-organization\">http://fhir.kids-first.io/SearchParameter/related-organization</a></p><p><b>version</b>: 0.1.0</p><p><b>name</b>: related-organization</p><p><b>status</b>: active</p><p><b>experimental</b>: true</p><p><b>date</b>: Jul 20, 2020 8:58:16 PM</p><p><b>publisher</b>: Kids First DRC</p><p><b>contact</b>: Kids First DRC: mailto:support@kidsfirstdrc.org</p><p><b>description</b>: Searches Kids First DRC ResearchStudies by organization of related organization.</p><p><b>code</b>: related-organization</p><p><b>base</b>: ResearchStudy</p><p><b>type</b>: reference</p><p><b>expression</b>: ResearchStudy.extension.where(url = 'http://fhir.kids-first.io/StructureDefinition/related-organization').extension.where(url = 'organization').value</p><p><b>target</b>: Organization, Person</p></div>"
  },
  "url" : "http://fhir.kids-first.io/SearchParameter/related-organization",
  "version" : "0.1.0",
  "name" : "related-organization",
  "status" : "active",
  "experimental" : true,
  "date" : "2020-07-20T20:58:16+00:00",
  "publisher" : "Kids First DRC",
  "contact" : [
    {
      "name" : "Kids First DRC",
      "telecom" : [
        {
          "system" : "email",
          "value" : "mailto:support@kidsfirstdrc.org"
        }
      ]
    }
  ],
  "description" : "Searches Kids First DRC ResearchStudies by organization of related organization.",
  "code" : "related-organization",
  "base" : [
    "ResearchStudy"
  ],
  "type" : "reference",
  "expression" : "ResearchStudy.extension.where(url = 'http://fhir.kids-first.io/StructureDefinition/related-organization').extension.where(url = 'organization').value",
  "target" : [
    "Organization",
    "Person"
  ]
}