Sha256: 1d34f21e592f92c004bbff5b990814958f7ad6980f10568bda25a6089419d8b6

Contents?: true

Size: 1.37 KB

Versions: 10

Compression:

Stored size: 1.37 KB

Contents

{
  "resourceType": "Encounter",
  "id": "xcda",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: xcda</p><p><b>identifier</b>: 1234213.52345873 (OFFICIAL)</p><p><b>status</b>: finished</p><p><b>class</b>: ambulatory (Details: http://hl7.org/fhir/v3/ActCode code AMB = 'ambulatory', stated as 'ambulatory')</p><p><b>subject</b>: <a>Patient/xcda</a></p><h3>Participants</h3><table><tr><td>-</td><td><b>Individual</b></td></tr><tr><td>*</td><td><a>Practitioner/xcda1</a></td></tr></table><p><b>reason</b>: Arm <span>(Details : {http://ihe.net/xds/connectathon/eventCodes code 'T-D8200' = 'T-D8200', given as 'Arm'})</span></p></div>"
  },
  "identifier": [
    {
      "use": "official",
      "system": "http://healthcare.example.org/identifiers/enocunter",
      "value": "1234213.52345873"
    }
  ],
  "status": "finished",
  "class": {
    "system": "http://hl7.org/fhir/v3/ActCode",
    "code": "AMB",
    "display": "ambulatory"
  },
  "subject": {
    "reference": "Patient/xcda"
  },
  "participant": [
    {
      "individual": {
        "reference": "Practitioner/xcda1"
      }
    }
  ],
  "reason": [
    {
      "coding": [
        {
          "system": "http://ihe.net/xds/connectathon/eventCodes",
          "code": "T-D8200",
          "display": "Arm"
        }
      ]
    }
  ]
}

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
fhir_stu3_models-3.2.0 lib/fhir_stu3_models/examples/json/encounter-example-xcda.json
fhir_stu3_models-3.1.1 lib/fhir_stu3_models/examples/json/encounter-example-xcda.json
fhir_stu3_models-3.1.0 lib/fhir_stu3_models/examples/json/encounter-example-xcda.json
fhir_stu3_models-3.0.2 lib/fhir_stu3_models/examples/json/encounter-example-xcda.json
fhir_stu3_models-3.0.1 lib/fhir_stu3_models/examples/json/encounter-example-xcda.json
fhir_stu3_models-3.0.0 lib/fhir_stu3_models/examples/json/encounter-example-xcda.json
fhir_models-3.0.4 lib/fhir_models/examples/json/encounter-example-xcda.json
fhir_models-3.0.3 lib/fhir_models/examples/json/encounter-example-xcda.json
fhir_models-3.0.2 lib/fhir_models/examples/json/encounter-example-xcda.json
fhir_models-3.0.1 lib/fhir_models/examples/json/encounter-example-xcda.json