MediRecords FHIR Implementation Guide
1.4.1 - release


: Webhook Bundle for document-reference.created event for DocumentReference Out - JSON Representation

Raw json | Download

{
  "resourceType" : "Bundle",
  "id" : "ff9fd804-a465-4241-ba48-15345115dd0b",
  "meta" : {
    "lastUpdated" : "2022-05-09T01:35:30Z"
  },
  "type" : "collection",
  "entry" : [
    {
      "fullUrl" : "urn:uuid:573d5f35-a5e0-44f1-bd0b-56d2b8b3396a",
      "resource" : {
        "resourceType" : "DocumentReference",
        "id" : "573d5f35-a5e0-44f1-bd0b-56d2b8b3396a",
        "meta" : {
          "profile" : [
            🔗 "https://fhir.medirecords.com/StructureDefinition/mr-documentreference-out"
          ],
          "security" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
              "code" : "U",
              "display" : "Unrestricted"
            }
          ]
        },
        "text" : {
          "status" : "extensions",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"DocumentReference_573d5f35-a5e0-44f1-bd0b-56d2b8b3396a\"> </a><p class=\"res-header-id\"><b>Generated Narrative: DocumentReference 573d5f35-a5e0-44f1-bd0b-56d2b8b3396a</b></p><a name=\"573d5f35-a5e0-44f1-bd0b-56d2b8b3396a\"> </a><a name=\"hc573d5f35-a5e0-44f1-bd0b-56d2b8b3396a\"> </a><a name=\"573d5f35-a5e0-44f1-bd0b-56d2b8b3396a-en-US\"> </a><p><b>MR DocumentReference Recipient Extension</b>: <a href=\"Practitioner-6d6d7ce8-65c2-11e6-a20e-7b5deed40054.html\">Dr John Smith</a></p><p><b>MR DocumentReference Title Extension</b>: Greetings, Test Message</p><p><b>status</b>: Current</p><p><b>docStatus</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 57133-1}\">Referral note</span></p><p><b>category</b>: <span title=\"Codes:{http://loinc.org 51852-2}\">Letter</span></p><p><b>subject</b>: <a href=\"Patient-1e5cae20-85bf-11e8-b401-ffccd711ad9c.html\">Mila Female, DoB: 1990-11-29 ( Medicare Number:\u00a032788511952\u00a0(,\u00a0period:\u00a0(?) --&gt; 2025-02))</a></p><p><b>date</b>: 2021-11-17 14:56:18+0000</p><p><b>author</b>: <a href=\"PractitionerRole-6d6d7ce8-65c2-11e6-a20e-7b5deed40051.html\">Dr John Smith</a></p><p><b>authenticator</b>: <a href=\"Practitioner-6d6d7ce8-65c2-11e6-a20e-7b5deed40054.html\">Dr John Smith</a></p><p><b>custodian</b>: <a href=\"Organization-ade47c8c-9eed-11ea-a6fa-3f7e286deed9.html\">Healthy Live Clinic</a></p><blockquote><p><b>content</b></p><h3>Attachments</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Size</b></td></tr><tr><td style=\"display: none\">*</td><td>0</td></tr></table></blockquote><h3>Contexts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Encounter</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Encounter-1e5cae20-85bf-11e8-b401-ffccd711ad9g.html\">Encounter: status = finished; class = ambulatory (ActCode#AMB); period = 2021-10-25 01:43:30+0000 --&gt; 2021-10-25 02:21:30+0000; reasonCode = </a></td></tr></table></div>"
        },
        "extension" : [
          {
            "url" : "https://fhir.medirecords.com/StructureDefinition/mr-document-ref-recipient-extn",
            "valueReference" : {
              🔗 "reference" : "Practitioner/6d6d7ce8-65c2-11e6-a20e-7b5deed40054",
              "display" : "Dr John Smith"
            }
          },
          {
            "url" : "https://fhir.medirecords.com/StructureDefinition/mr-document-ref-title-extn",
            "valueString" : "Greetings, Test Message"
          }
        ],
        "status" : "current",
        "docStatus" : "final",
        "type" : {
          "coding" : [
            {
              "system" : "http://loinc.org",
              "code" : "57133-1",
              "display" : "Referral note"
            }
          ]
        },
        "category" : [
          {
            "coding" : [
              {
                "system" : "http://loinc.org",
                "code" : "51852-2",
                "display" : "Letter"
              }
            ]
          }
        ],
        "subject" : {
          🔗 "reference" : "Patient/1e5cae20-85bf-11e8-b401-ffccd711ad9c"
        },
        "date" : "2021-11-17T14:56:18Z",
        "author" : [
          {
            🔗 "reference" : "PractitionerRole/6d6d7ce8-65c2-11e6-a20e-7b5deed40051",
            "display" : "Dr John Smith"
          }
        ],
        "authenticator" : {
          🔗 "reference" : "Practitioner/6d6d7ce8-65c2-11e6-a20e-7b5deed40054",
          "display" : "Dr John Smith"
        },
        "custodian" : {
          🔗 "reference" : "Organization/ade47c8c-9eed-11ea-a6fa-3f7e286deed9",
          "display" : "Healthy Live Clinic"
        },
        "content" : [
          {
            "attachment" : {
              "size" : 0
            }
          }
        ],
        "context" : {
          "encounter" : [
            {
              🔗 "reference" : "Encounter/1e5cae20-85bf-11e8-b401-ffccd711ad9g"
            }
          ]
        }
      }
    },
    {
      "fullUrl" : "urn:uuid:6d6d7ce8-65c2-11e6-a20e-7b5deed40054",
      "resource" : {
        "resourceType" : "Practitioner",
        "id" : "6d6d7ce8-65c2-11e6-a20e-7b5deed40054",
        "meta" : {
          "profile" : [
            🔗 "https://fhir.medirecords.com/StructureDefinition/mr-practitioner-core"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Practitioner_6d6d7ce8-65c2-11e6-a20e-7b5deed40054\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Practitioner 6d6d7ce8-65c2-11e6-a20e-7b5deed40054</b></p><a name=\"6d6d7ce8-65c2-11e6-a20e-7b5deed40054\"> </a><a name=\"hc6d6d7ce8-65c2-11e6-a20e-7b5deed40054\"> </a><a name=\"6d6d7ce8-65c2-11e6-a20e-7b5deed40054-en-US\"> </a><p><b>identifier</b>: HPI-I/8003610833334085</p><p><b>active</b>: true</p><p><b>name</b>: John Smith </p><p><b>telecom</b>: ph: 0410999888(Mobile), <a href=\"mailto:john.smith@gpexample.com\">john.smith@gpexample.com</a>, ph: 0212450987(Work)</p><p><b>gender</b>: Male</p><p><b>birthDate</b>: 1978-04-08</p><blockquote><p><b>qualification</b></p><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0360 MD}\">Doctor of Medicine</span></p></blockquote><blockquote><p><b>qualification</b></p><p><b>code</b>: <span title=\"Codes:\">MB chB(Hons)</span></p></blockquote></div>"
        },
        "identifier" : [
          {
            "type" : {
              "coding" : [
                {
                  "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
                  "code" : "NPI"
                }
              ],
              "text" : "HPI-I"
            },
            "system" : "http://ns.electronichealth.net.au/id/hi/hpii/1.0",
            "value" : "8003610833334085"
          }
        ],
        "active" : true,
        "name" : [
          {
            "use" : "usual",
            "family" : "Smith",
            "given" : [
              "John"
            ]
          }
        ],
        "telecom" : [
          {
            "system" : "phone",
            "value" : "0410999888",
            "use" : "mobile"
          },
          {
            "system" : "email",
            "value" : "john.smith@gpexample.com",
            "use" : "work"
          },
          {
            "system" : "phone",
            "value" : "0212450987",
            "use" : "work"
          }
        ],
        "gender" : "male",
        "birthDate" : "1978-04-08",
        "qualification" : [
          {
            "code" : {
              "coding" : [
                {
                  "system" : "http://terminology.hl7.org/CodeSystem/v2-0360",
                  "code" : "MD",
                  "display" : "Doctor of Medicine"
                }
              ]
            }
          },
          {
            "code" : {
              "text" : "MB chB(Hons)"
            }
          }
        ]
      }
    },
    {
      "fullUrl" : "urn:uuid:1e5cae20-85bf-11e8-b401-ffccd711ad9c",
      "resource" : {
        "resourceType" : "Patient",
        "id" : "1e5cae20-85bf-11e8-b401-ffccd711ad9c",
        "meta" : {
          "lastUpdated" : "2021-10-11T01:43:30Z",
          "profile" : [
            🔗 "https://fhir.medirecords.com/StructureDefinition/mr-patient-core"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_1e5cae20-85bf-11e8-b401-ffccd711ad9c\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Patient 1e5cae20-85bf-11e8-b401-ffccd711ad9c</b></p><a name=\"1e5cae20-85bf-11e8-b401-ffccd711ad9c\"> </a><a name=\"hc1e5cae20-85bf-11e8-b401-ffccd711ad9c\"> </a><a name=\"1e5cae20-85bf-11e8-b401-ffccd711ad9c-en-US\"> </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\">Last updated: 2021-10-11 01:43:30+0000</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-mr-patient-core.html\">MR Patient</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Mila Female, DoB: 1990-11-29 ( Medicare Number:\u00a032788511952\u00a0(,\u00a0period:\u00a0(?) --&gt; 2025-02))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Other Id (see the one above)\">Other Id:</td><td colspan=\"3\">Patient external identifier/12345678H</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li>ph: 0410999999(Mobile)</li><li><a href=\"mailto:mila.grey@xyz.com\">mila.grey@xyz.com</a></li><li>abc lane Sydney NSW 2000 AU (home)</li><li>12 MLK BLVD Tampa FL 33131 US (work)</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient Links\">Links:</td><td colspan=\"3\"><ul><li>General Practitioner: <a href=\"Practitioner-6d6d7ce8-65c2-11e6-a20e-7b5deed40054.html\">Practitioner John Smith </a></li><li>Managing Organization: <a href=\"Organization-ade47c8c-9eed-11ea-a6fa-3f7e286deed9.html\">Organization Healthy Live Clinic</a></li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"This extension applies to the Patient resource and is used to represent ethnic identity. This extension is to support the provision of healthcare services to patients with specific cultural identities. This extension provides further information about a person’s cultural values and practices which can be significant in determining service type, support required and possible needs.\"><a href=\"http://hl7.org.au/fhir/4.0.0/StructureDefinition-ethnicity.html\">Ethnicity</a></td><td colspan=\"3\"><span title=\"Codes:{https://fhir.medirecords.com/CodeSystem/mr-patient-ethnicity-code 155}\">Scottish</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Extension to record if the patient in context uses English as the second language\"><a href=\"StructureDefinition-mr-eng-secondlang-ind-extn.html\">English As Second Language Indicator Extension</a></td><td colspan=\"3\">false</td></tr></table></div>"
        },
        "extension" : [
          {
            "url" : "https://fhir.medirecords.com/StructureDefinition/mr-eng-secondlang-ind-extn",
            "valueBoolean" : false
          },
          {
            "url" : "http://hl7.org.au/fhir/StructureDefinition/ethnicity",
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "https://fhir.medirecords.com/CodeSystem/mr-patient-ethnicity-code",
                  "code" : "155",
                  "display" : "Scottish"
                }
              ]
            }
          }
        ],
        "identifier" : [
          {
            "type" : {
              "coding" : [
                {
                  "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
                  "code" : "MC",
                  "display" : "Patient's Medicare Number"
                }
              ],
              "text" : "Medicare Number"
            },
            "system" : "http://ns.electronichealth.net.au/id/medicare-number",
            "value" : "32788511952",
            "period" : {
              "end" : "2025-02"
            }
          },
          {
            "type" : {
              "coding" : [
                {
                  "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
                  "code" : "PT",
                  "display" : "Patient external identifier"
                }
              ]
            },
            "system" : "urn:uuid:88229aa3-20e8-491f-8e5a-3c5918850b93",
            "value" : "12345678H"
          }
        ],
        "name" : [
          {
            "use" : "official",
            "family" : "Grey",
            "given" : [
              "Mila"
            ],
            "prefix" : [
              "Mrs"
            ]
          },
          {
            "use" : "usual",
            "text" : "Mila"
          },
          {
            "use" : "old",
            "text" : "Don Mila"
          }
        ],
        "telecom" : [
          {
            "system" : "phone",
            "value" : "0410999999",
            "use" : "mobile",
            "rank" : 1
          },
          {
            "system" : "email",
            "value" : "mila.grey@xyz.com",
            "use" : "home"
          }
        ],
        "gender" : "female",
        "birthDate" : "1990-11-29",
        "_birthDate" : {
          "extension" : [
            {
              "url" : "http://hl7.org.au/fhir/StructureDefinition/date-accuracy-indicator",
              "valueCoding" : {
                "system" : "https://healthterminologies.gov.au/fhir/CodeSystem/date-accuracy-indicator-1",
                "code" : "AAA",
                "display" : "Day, month and year are accurate"
              }
            }
          ]
        },
        "address" : [
          {
            "extension" : [
              {
                "url" : "https://fhir.medirecords.com/StructureDefinition/mr-address-isprimary-extn",
                "valueBoolean" : true
              }
            ],
            "use" : "home",
            "type" : "physical",
            "line" : [
              "abc lane"
            ],
            "city" : "Sydney",
            "state" : "NSW",
            "postalCode" : "2000",
            "country" : "AU"
          },
          {
            "extension" : [
              {
                "url" : "https://fhir.medirecords.com/StructureDefinition/mr-address-isprimary-extn",
                "valueBoolean" : false
              }
            ],
            "use" : "work",
            "type" : "physical",
            "line" : [
              "12 MLK BLVD"
            ],
            "city" : "Tampa",
            "state" : "FL",
            "postalCode" : "33131",
            "country" : "US"
          }
        ],
        "generalPractitioner" : [
          {
            🔗 "reference" : "Practitioner/6d6d7ce8-65c2-11e6-a20e-7b5deed40054"
          }
        ],
        "managingOrganization" : {
          🔗 "reference" : "Organization/ade47c8c-9eed-11ea-a6fa-3f7e286deed9"
        }
      }
    },
    {
      "fullUrl" : "urn:uuid:6d6d7ce8-65c2-11e6-a20e-7b5deed40051",
      "resource" : {
        "resourceType" : "PractitionerRole",
        "id" : "6d6d7ce8-65c2-11e6-a20e-7b5deed40051",
        "meta" : {
          "profile" : [
            🔗 "https://fhir.medirecords.com/StructureDefinition/mr-practitioner-role-core"
          ]
        },
        "text" : {
          "status" : "extensions",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"PractitionerRole_6d6d7ce8-65c2-11e6-a20e-7b5deed40051\"> </a><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole 6d6d7ce8-65c2-11e6-a20e-7b5deed40051</b></p><a name=\"6d6d7ce8-65c2-11e6-a20e-7b5deed40051\"> </a><a name=\"hc6d6d7ce8-65c2-11e6-a20e-7b5deed40051\"> </a><a name=\"6d6d7ce8-65c2-11e6-a20e-7b5deed40051-en-US\"> </a><p><b>active</b>: true</p><p><b>practitioner</b>: <a href=\"Practitioner-6d6d7ce8-65c2-11e6-a20e-7b5deed40054.html\">Practitioner John Smith </a></p><p><b>organization</b>: <a href=\"Organization-ade47c8c-9eed-11ea-a6fa-3f7e286deed9.html\">Organization Healthy Live Clinic</a></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 62247001}\">General practitioner</span></p><p><b>specialty</b>: <span title=\"Codes:{http://snomed.info/sct 408443003}\">General medical practice</span></p><p><b>location</b>: <a href=\"Location-6d6d7ce8-65c2-11e6-a20e-7b5deed40053.html\">Location Downunder Hospital Blacktown</a></p><h3>AvailableTimes</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>AvailableStartTime</b></td></tr><tr><td style=\"display: none\">*</td><td><code>Australian Time Zone: </code><span title=\"Codes:{https://www.iana.org/time-zones Australia/Sydney}\">Australia/Sydney</span></td></tr></table></div>"
        },
        "active" : true,
        "practitioner" : {
          🔗 "reference" : "Practitioner/6d6d7ce8-65c2-11e6-a20e-7b5deed40054"
        },
        "organization" : {
          🔗 "reference" : "Organization/ade47c8c-9eed-11ea-a6fa-3f7e286deed9"
        },
        "code" : [
          {
            "coding" : [
              {
                "system" : "http://snomed.info/sct",
                "code" : "62247001",
                "display" : "General practitioner"
              }
            ]
          }
        ],
        "specialty" : [
          {
            "coding" : [
              {
                "system" : "http://snomed.info/sct",
                "code" : "408443003",
                "display" : "General medical practice"
              }
            ]
          }
        ],
        "location" : [
          {
            🔗 "reference" : "Location/6d6d7ce8-65c2-11e6-a20e-7b5deed40053"
          }
        ],
        "availableTime" : [
          {
            "_availableStartTime" : {
              "extension" : [
                {
                  "url" : "http://hl7.org.au/fhir/StructureDefinition/au-timezone",
                  "valueCodeableConcept" : {
                    "coding" : [
                      {
                        "system" : "https://www.iana.org/time-zones",
                        "code" : "Australia/Sydney",
                        "display" : "Australia/Sydney"
                      }
                    ]
                  }
                }
              ]
            }
          }
        ]
      }
    },
    {
      "fullUrl" : "urn:uuid:ade47c8c-9eed-11ea-a6fa-3f7e286deed9",
      "resource" : {
        "resourceType" : "Organization",
        "id" : "ade47c8c-9eed-11ea-a6fa-3f7e286deed9",
        "meta" : {
          "source" : "urn:uuid:736b6dd8-c989-11e5-a45e-9b49d42b14a9",
          "profile" : [
            🔗 "https://fhir.medirecords.com/StructureDefinition/mr-organisation-core"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Organization_ade47c8c-9eed-11ea-a6fa-3f7e286deed9\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Organization ade47c8c-9eed-11ea-a6fa-3f7e286deed9</b></p><a name=\"ade47c8c-9eed-11ea-a6fa-3f7e286deed9\"> </a><a name=\"hcade47c8c-9eed-11ea-a6fa-3f7e286deed9\"> </a><a name=\"ade47c8c-9eed-11ea-a6fa-3f7e286deed9-en-US\"> </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\">Information Source: urn:uuid:736b6dd8-c989-11e5-a45e-9b49d42b14a9</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-mr-organisation-core.html\">MR Organisation</a></p></div><p><b>identifier</b>: HPI-O/8003627500000328</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/organization-type prov}\">Healthcare Provider</span></p><p><b>name</b>: Healthy Live Clinic</p><p><b>telecom</b>: ph: 1234567890(Work), <a href=\"mailto:sarahstone@c.com\">sarahstone@c.com</a></p><p><b>address</b>: Johnson Street Sydney NSW 2000 </p></div>"
        },
        "identifier" : [
          {
            "type" : {
              "coding" : [
                {
                  "system" : "http://terminology.hl7.org.au/CodeSystem/v2-0203",
                  "code" : "NOI",
                  "display" : "National Organisation Identifier"
                }
              ],
              "text" : "HPI-O"
            },
            "system" : "http://ns.electronichealth.net.au/id/hi/hpio/1.0",
            "value" : "8003627500000328"
          }
        ],
        "active" : true,
        "type" : [
          {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/organization-type",
                "code" : "prov",
                "display" : "Healthcare Provider"
              }
            ]
          }
        ],
        "name" : "Healthy Live Clinic",
        "telecom" : [
          {
            "system" : "phone",
            "value" : "1234567890",
            "use" : "work"
          },
          {
            "system" : "email",
            "value" : "sarahstone@c.com",
            "use" : "work"
          }
        ],
        "address" : [
          {
            "type" : "physical",
            "line" : [
              "Johnson Street"
            ],
            "city" : "Sydney",
            "state" : "NSW",
            "postalCode" : "2000"
          }
        ]
      }
    },
    {
      "fullUrl" : "urn:uuid:1e5cae20-85bf-11e8-b401-ffccd711ad9g",
      "resource" : {
        "resourceType" : "Encounter",
        "id" : "1e5cae20-85bf-11e8-b401-ffccd711ad9g",
        "meta" : {
          "lastUpdated" : "2021-10-25T01:43:30Z",
          "profile" : [
            🔗 "https://fhir.medirecords.com/StructureDefinition/mr-encounter-core"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Encounter_1e5cae20-85bf-11e8-b401-ffccd711ad9g\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Encounter 1e5cae20-85bf-11e8-b401-ffccd711ad9g</b></p><a name=\"1e5cae20-85bf-11e8-b401-ffccd711ad9g\"> </a><a name=\"hc1e5cae20-85bf-11e8-b401-ffccd711ad9g\"> </a><a name=\"1e5cae20-85bf-11e8-b401-ffccd711ad9g-en-US\"> </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\">Last updated: 2021-10-25 01:43:30+0000</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-mr-encounter-core.html\">MR Encounter</a></p></div><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/6.2.0/CodeSystem-v3-ActCode.html#v3-ActCode-AMB\">ActCode AMB</a>: ambulatory</p><p><b>subject</b>: <a href=\"Patient-1e5cae20-85bf-11e8-b401-ffccd711ad9c.html\">Mila Female, DoB: 1990-11-29 ( Medicare Number:\u00a032788511952\u00a0(,\u00a0period:\u00a0(?) --&gt; 2025-02))</a></p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Individual</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType PPRF}\">primary performer</span></td><td><a href=\"Practitioner-6d6d7ce8-65c2-11e6-a20e-7b5deed40054.html\">Practitioner John Smith </a></td></tr></table><p><b>period</b>: 2021-10-25 01:43:30+0000 --&gt; 2021-10-25 02:21:30+0000</p><p><b>reasonCode</b>: <span title=\"Codes:\">unwellness</span></p><p><b>serviceProvider</b>: <a href=\"Organization-ade47c8c-9eed-11ea-a6fa-3f7e286deed9.html\">Organization Healthy Live Clinic</a></p></div>"
        },
        "status" : "finished",
        "class" : {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
          "code" : "AMB",
          "display" : "ambulatory"
        },
        "subject" : {
          🔗 "reference" : "Patient/1e5cae20-85bf-11e8-b401-ffccd711ad9c"
        },
        "participant" : [
          {
            "type" : [
              {
                "coding" : [
                  {
                    "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
                    "code" : "PPRF",
                    "display" : "primary performer"
                  }
                ]
              }
            ],
            "individual" : {
              🔗 "reference" : "Practitioner/6d6d7ce8-65c2-11e6-a20e-7b5deed40054"
            }
          }
        ],
        "period" : {
          "start" : "2021-10-25T01:43:30Z",
          "end" : "2021-10-25T02:21:30Z"
        },
        "reasonCode" : [
          {
            "text" : "unwellness"
          }
        ],
        "serviceProvider" : {
          🔗 "reference" : "Organization/ade47c8c-9eed-11ea-a6fa-3f7e286deed9"
        }
      }
    }
  ]
}