1.0.0 - release

CambioOpenServicesIG - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example: Searching a Patient's Pain NRS Registrations by Specifying Required Profile - JSON Representation

Raw json | Download

{
  "resourceType" : "Bundle",
  "id" : "35024",
  "meta" : {
    "lastUpdated" : "2022-01-13T16:47:52.973+01:00"
  },
  "type" : "searchset",
  "total" : 1,
  "link" : [
    {
      "relation" : "self",
      "url" : "<host>/fhir/Observation/_search?_profile=https%3A%2F%2Ffhir.cambio.se%2FStructureDefinition%2FObservationPainNrsLite%2Fv1&date=gt2020-11-20T15%3A33%3A48.583Z&date=lt2022-12-20T15%3A33%3A48.583Z&patient%3Aidentifier=urn%3Aoid%3A1.2.752.129.2.1.3.1%7C198101199282&status=final"
    }
  ],
  "entry" : [
    {
      "fullUrl" : "<host>/fhir/Observation/13294",
      "resource" : {
        "resourceType" : "Observation",
        "id" : "13294",
        "meta" : {
          "id" : "13294",
          "versionId" : "13294",
          "lastUpdated" : "2022-01-13T16:47:34.000+01:00",
          "profile" : [
            🔗 "https://fhir.cambio.se/StructureDefinition/ObservationPainNrsLite/v1"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_13294\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation 13294</b></p><a name=\"13294\"> </a><a name=\"hc13294\"> </a><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\">version: 13294; Last updated: 2022-01-13 16:47:34+0100</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ObservationPainNrsLite.html\">ObservationPainNrsLite</a></p></div><p><b>identifier</b>: <code>https://fhir.cambio.se/Observation</code>/13294</p><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category vital-signs}\">Vital Signs</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 49121000146105}\">Numeric rating scale score (observable entity)</span></p><p><b>subject</b>: <a href=\"Bundle-25466.html#Patient_11330\">Bundle: type = searchset; total = 4</a></p><p><b>encounter</b>: <a href=\"Encounter/319824\">Encounter/319824</a></p><p><b>effective</b>: 2022-01-13 16:47:34+0100</p><p><b>performer</b>: <a href=\"#hc13294/1\">PractitionerRole</a></p><p><b>value</b>: <span title=\"Codes:{https://cambio.codes/nrs/cs/pain-numeric-rating-scale 4}\">NRS 4</span></p><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole #1</b></p><a name=\"13294/1\"> </a><a name=\"hc13294/1\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-PractitionerRoleLiteSe.html\">PractitionerRoleLiteSe</a></p></div><p><b>practitioner</b>: <a href=\"Bundle-25466.html#Practitioner_617207\">Bundle: type = searchset; total = 4</a></p><p><b>organization</b>: <a href=\"Bundle-25466.html#Organization_1085\">Bundle: type = searchset; total = 4</a></p></blockquote></div>"
        },
        "contained" : [
          {
            "resourceType" : "PractitionerRole",
            "id" : "1",
            "meta" : {
              "profile" : [
                🔗 "https://fhir.cambio.se/StructureDefinition/PractitionerRoleLiteSe/v1"
              ]
            },
            "practitioner" : {
              "reference" : "Practitioner/617207",
              "type" : "Practitioner"
            },
            "organization" : {
              "reference" : "Organization/1085",
              "type" : "Organization"
            }
          }
        ],
        "identifier" : [
          {
            "system" : "https://fhir.cambio.se/Observation",
            "value" : "13294"
          }
        ],
        "status" : "final",
        "category" : [
          {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
                "code" : "vital-signs"
              }
            ]
          }
        ],
        "code" : {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "49121000146105",
              "display" : "Numeric rating scale score (observable entity)"
            }
          ]
        },
        "subject" : {
          "reference" : "Patient/11330",
          "type" : "Patient"
        },
        "encounter" : {
          "reference" : "Encounter/319824",
          "type" : "Encounter"
        },
        "effectiveDateTime" : "2022-01-13T16:47:34+01:00",
        "performer" : [
          {
            "reference" : "#1",
            "type" : "PractitionerRole"
          }
        ],
        "valueCodeableConcept" : {
          "coding" : [
            {
              "system" : "https://cambio.codes/nrs/cs/pain-numeric-rating-scale",
              "code" : "4",
              "display" : "NRS 4"
            }
          ]
        }
      }
    }
  ]
}