Core Care Plans Adapter for QuickFHIR
1.0.0 - draft

Core Care Plans Adapter for QuickFHIR - Local Development build (v1.0.0). See the Directory of published versions

: category - JSON Representation

Page standards status: Trial-use

Raw json | Download


{
  "resourceType" : "SearchParameter",
  "id" : "DocumentReference-category",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: SearchParameter</b><a name=\"DocumentReference-category\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource SearchParameter \"DocumentReference-category\" </p></div><p><b>Standards Status</b>: trial-use</p><p><b>url</b>: <code>http://hl7.org/fhir/SearchParameter/DocumentReference-category</code></p><p><b>version</b>: 1.0.0</p><p><b>name</b>: category</p><p><b>status</b>: draft</p><p><b>experimental</b>: false</p><p><b>date</b>: 2019-11-01 09:29:23+1100</p><p><b>publisher</b>: Health Level Seven International (Structured Documents)</p><p><b>contact</b>: <a href=\"http://hl7.org/fhir\">http://hl7.org/fhir</a>, <a href=\"http://www.hl7.org/Special/committees/structure/index.cfm\">http://www.hl7.org/Special/committees/structure/index.cfm</a></p><p><b>description</b>: Categorization of document</p><p><b>code</b>: category</p><p><b>base</b>: DocumentReference</p><p><b>type</b>: token</p><p><b>expression</b>: DocumentReference.category</p><p><b>xpathUsage</b>: normal</p></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "trial-use"
    }
  ],
  "url" : "http://hl7.org/fhir/SearchParameter/DocumentReference-category",
  "version" : "1.0.0",
  "name" : "category",
  "status" : "draft",
  "experimental" : false,
  "date" : "2019-11-01T09:29:23+11:00",
  "publisher" : "Health Level Seven International (Structured Documents)",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org/fhir"
        }
      ]
    },
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/structure/index.cfm"
        }
      ]
    }
  ],
  "description" : "Categorization of document",
  "code" : "category",
  "base" : [
    "DocumentReference"
  ],
  "type" : "token",
  "expression" : "DocumentReference.category",
  "xpathUsage" : "normal"
}