One Medical FHIR Implementation Guide
0.1.0 - ci-build

One Medical FHIR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: ppv-procedure-example - JSON Representation

Raw json | Download

{
  "resourceType" : "Procedure",
  "id" : "ppv-procedure-example",
  "meta" : {
    "versionId" : "3d8baf3f-4b16-41b2-97ea-e8ed96ddc997",
    "lastUpdated" : "2024-03-11T10:48:06-07:00",
    "profile" : [
      🔗 "https://fhir-ig.onemedical.io/StructureDefinition/PPVProcedure"
    ],
    "tag" : [
      {
        "system" : "http://onemedical.com/terminology/source-type",
        "code" : "one-medical-collected",
        "display" : "One Medical Collected"
      },
      {
        "system" : "http://onemedical.com/terminology/source-system",
        "code" : "ppv",
        "display" : "One Medical Pay-per-visit"
      }
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Procedure ppv-procedure-example</b></p><a name=\"ppv-procedure-example\"> </a><a name=\"hcppv-procedure-example\"> </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: 3d8baf3f-4b16-41b2-97ea-e8ed96ddc997; Last updated: 2024-03-11 10:48:06-0700</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-PPVProcedure.html\">PPVProcedure</a></p><p style=\"margin-bottom: 0px\">Tags: One Medical Collected (Details: One Medical Source Type code one-medical-collected = 'One Medical Collected'), One Medical Pay-per-visit (Details: One Medical Source System code ppv = 'One Medical Pay-per-visit')</p></div><p><b>status</b>: Completed</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 185317003}\">Telephone encounter</span></p><p><b>subject</b>: <a href=\"Patient/7d1acf20-17ea-4d9b-91be-2ef6533afab3\">Patient/7d1acf20-17ea-4d9b-91be-2ef6533afab3</a></p><p><b>performed</b>: 2024-06-18 18:26:11-0700</p></div>"
  },
  "status" : "completed",
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "185317003",
        "display" : "Telephone encounter"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/7d1acf20-17ea-4d9b-91be-2ef6533afab3"
  },
  "performedDateTime" : "2024-06-18T18:26:11-07:00"
}