Evidence Based Medicine on FHIR Implementation Guide
2.0.0-ballot - ballot International flag

Evidence Based Medicine on FHIR Implementation Guide, published by HL7 International / Clinical Decision Support. This guide is not an authorized publication; it is the continuous build for version 2.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/ebm/ and changes regularly. See the Directory of published versions

: SearchStrategy: PubMed search for Wonder Woman - JSON Representation

Raw json | Download

{
  "resourceType" : "Group",
  "id" : "179593",
  "meta" : {
    "versionId" : "4",
    "lastUpdated" : "2024-07-29T12:59:46.968Z",
    "profile" : [
      🔗 "http://hl7.org/fhir/uv/ebm/StructureDefinition/search-strategy"
    ]
  },
  "text" : {
    "status" : "empty",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">[No data.]</div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/artifact-relatedArtifact",
      "valueRelatedArtifact" : {
        "type" : "cite-as",
        "citation" : "SearchStrategy: PubMed search for Wonder Woman [Database Entry: FHIR Group Resource]. Contributors: Brian S. Alper [Authors/Creators]. In: Fast Evidence Interoperability Resources (FEvIR) Platform, FOI 179593. Revised 2023-12-04. Available at: https://fevir.net/resources/Group/179593. Computable resource at: https://fevir.net/resources/Group/179593."
      }
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/artifact-author",
      "valueContactDetail" : {
        "name" : "Brian S. Alper"
      }
    }
  ],
  "url" : "https://fevir.net/resources/Group/179593",
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "ACSN",
            "display" : "Accession ID"
          }
        ],
        "text" : "FEvIR Object Identifier"
      },
      "system" : "https://fevir.net",
      "value" : "179593",
      "assigner" : {
        "display" : "Computable Publishing LLC"
      }
    }
  ],
  "name" : "SearchStrategy_PubMed_search_for_Wonder_Woman",
  "title" : "SearchStrategy: PubMed search for Wonder Woman",
  "status" : "active",
  "publisher" : "Computable Publishing LLC",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "email",
          "value" : "support@computablepublishing.com"
        }
      ]
    }
  ],
  "description" : "Example of searching for \"Wonder Woman\" in titles and abstracts in PubMed",
  "useContext" : [
    {
      "code" : {
        "system" : "https://fevir.net/resources/CodeSystem/179423",
        "code" : "evidence-communication",
        "display" : "Evidence Communication"
      },
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "https://fevir.net/resources/CodeSystem/179423",
            "code" : "SearchStrategy",
            "display" : "SearchStrategy"
          }
        ]
      }
    }
  ],
  "copyright" : "https://creativecommons.org/licenses/by-nc-sa/4.0/",
  "membership" : "conceptual",
  "characteristic" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "https://fevir.net/resources/CodeSystem/179423",
            "code" : "pubmed-search",
            "display" : "PubMed search string"
          }
        ],
        "text" : "PubMed search string"
      },
      "valueExpression" : {
        "name" : "PubMed search string",
        "expression" : "(\"Wonder Woman\"[tiab])"
      },
      "exclude" : false,
      "description" : "PubMed search for (\"Wonder Woman\"[tiab])"
    }
  ]
}