• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "resourceType": "Procedure",
3  "id": "procedure-2",
4  "status": "completed",
5  "code": {
6    "coding": [
7      {
8        "system": "http://snomed.info/sct",
9        "code": "439477003",
10        "display": "Femoral neck DEXA scan"
11      }
12    ],
13    "text": "Femoral neck DEXA scan"
14  },
15  "category": {
16    "coding": [
17      {
18        "system": "http://snomed.info/sct",
19        "code": "165197003",
20        "display": "Diagnostic assessment (procedure)"
21      }
22    ],
23    "text": "Diagnostic assessment"
24  },
25  "subject": {
26    "reference": "Patient/patient-1"
27  },
28  "performedDateTime": "2020-06-02",
29  "recorder": {
30    "reference": "Practitioner/practitioner-unk",
31    "display": "Li Chen - Radiographer"
32  },
33  "encounter": {
34    "reference": "Encounter/encounter-unk",
35    "display": "Hospital Outpatient Visit"
36  },
37  "asserter": {
38    "reference": "Practitioner/practitioner-unk",
39    "display": "Li Chen - Radiographer"
40  },
41  "performer": [
42    {
43      "actor": {
44        "reference": "Practitioner/practitioner-unk",
45        "display": "Li Chen - Radiographer"
46      },
47      "onBehalfOf": {
48        "reference": "Organization/organization-2",
49        "display": "Health Connect Hospital"
50      }
51    }
52  ],
53  "bodySite": [
54    {
55      "coding": [
56        {
57          "system": "http://snomed.info/sct",
58          "code": "29627003",
59          "display": "Neck of femur"
60        }
61      ],
62      "text": "Neck of femur"
63    }
64  ],
65  "reasonCode": [
66    {
67      "text": "Patient over 50 with risk factors for osteoporosis."
68    }
69  ],
70  "followUp": [
71    {
72       "text": "Results discussed with patient. No follow-up required."
73    }
74  ]
75}