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 Body Weight of the Patient's Relative Registrations by Specifying Required Code and the Patient ID - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "25625",
  "meta" : {
    "id" : "95021",
    "profile" : [
      "https://fhir.cambio.se/StructureDefinition/ObservationBodyWeightRelative/v1"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation 25625</b></p><a name=\"25625\"> </a><a name=\"hc25625\"> </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: <code>https://fhir.cambio.se/StructureDefinition/ObservationBodyWeightRelative/v1</code></p></div><p><b>identifier</b>: <code>https://fhir.cambio.se/Observation</code>/95021</p><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category vital-signs}\">test text</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 72681000052105}\">Weight of biological father</span></p><p><b>subject</b>: <a href=\"Patient/2107\">Patient/2107</a></p><p><b>encounter</b>: <a href=\"Encounter/70396\">Encounter/70396</a></p><p><b>effective</b>: 2022-09-30 05:48:22+0000</p><p><b>performer</b>: <a href=\"PractitionerRole/15421\">PractitionerRole/15421</a></p><p><b>value</b>: 89 kg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codekg = 'kg')</span></p><p><b>note</b>: </p><blockquote><div><p>Father weight comment</p>\n</div></blockquote><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole #1</b></p><a name=\"25625/1\"> </a><a name=\"hc25625/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=\"Practitioner/523306\">Practitioner/523306</a></p><p><b>organization</b>: <a href=\"Organization/1064\">Organization/1064</a></p></blockquote></div>"
  },
  "contained" : [
    {
      "resourceType" : "PractitionerRole",
      "id" : "1",
      "meta" : {
        "profile" : [
          🔗 "https://fhir.cambio.se/StructureDefinition/PractitionerRoleLiteSe/v1"
        ]
      },
      "practitioner" : {
        "reference" : "Practitioner/523306",
        "type" : "Practitioner"
      },
      "organization" : {
        "reference" : "Organization/1064",
        "type" : "Organization"
      }
    }
  ],
  "identifier" : [
    {
      "system" : "https://fhir.cambio.se/Observation",
      "value" : "95021"
    }
  ],
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
          "version" : "4",
          "code" : "vital-signs",
          "display" : "Vital Signs"
        }
      ],
      "text" : "test text"
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "72681000052105",
        "display" : "Weight of biological father"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/2107",
    "type" : "Patient"
  },
  "encounter" : {
    "reference" : "Encounter/70396",
    "type" : "Encounter"
  },
  "effectiveDateTime" : "2022-09-30T05:48:22.877Z",
  "performer" : [
    {
      "reference" : "PractitionerRole/15421",
      "type" : "PractitionerRole"
    }
  ],
  "valueQuantity" : {
    "value" : 89,
    "unit" : "kg",
    "system" : "http://unitsofmeasure.org",
    "code" : "kg"
  },
  "note" : [
    {
      "text" : "Father weight comment"
    }
  ]
}