Skip to content

Commit 43a2339

Browse files
committed
Examples using Backported R5 Extensions
Examples using Backported R5 Extensions
1 parent a81a144 commit 43a2339

2 files changed

Lines changed: 87 additions & 0 deletions

File tree

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
{
2+
"resourceType": "DiagnosticReport",
3+
"id": "DiagnosticReport-ExtensionMediaLinkR5-Example",
4+
"text": {
5+
"status": "additional",
6+
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">An example to illustrate the backport extension to allow referencing a DocumentReference instance within DiagnosticReport.media.link</div>"
7+
},
8+
"status": "preliminary",
9+
"code": {
10+
"coding": [
11+
{
12+
"system": "http://snomed.info/sct",
13+
"code": "1129261000000102",
14+
"display": "Cardiac electrophysiology report"
15+
}
16+
]
17+
},
18+
"media": [
19+
{
20+
"extension": [
21+
{
22+
"url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-DiagnosticReport.media.link",
23+
"valueReference": {
24+
"reference": "DocumentReference/UKCore-DocumentReference-ECG-Example"
25+
}
26+
}
27+
],
28+
"link": {
29+
"extension": [
30+
{
31+
"url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
32+
"valueCode": "unsupported"
33+
}
34+
],
35+
"display": "unsupported"
36+
}
37+
}
38+
]
39+
}
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
{
2+
"resourceType": "Specimen",
3+
"id": "Specimen-ExtensionBodySiteReferenceR5-Example",
4+
"text": {
5+
"status": "additional",
6+
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">An example to illustrate the use of the BodySiteReference extension</div>"
7+
},
8+
"status": "available",
9+
"type": {
10+
"coding": [
11+
{
12+
"system": "http://snomed.info/sct",
13+
"code": "119297000",
14+
"display": "Blood specimen"
15+
}
16+
]
17+
},
18+
"subject": {
19+
"reference": "Patient/UKCore-Patient-RichardSmith-Example"
20+
},
21+
"receivedTime": "2016-02-05T11:10:00Z",
22+
"collection": {
23+
"collector": {
24+
"reference": "Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example"
25+
},
26+
"collectedDateTime": "2016-02-09T16:00:00Z",
27+
"method": {
28+
"coding": [
29+
{
30+
"system": "http://snomed.info/sct",
31+
"code": "28520004",
32+
"display": "Venipuncture for blood test"
33+
}
34+
]
35+
},
36+
"bodySite": {
37+
"extension": [
38+
{
39+
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BodySiteReference",
40+
"valueReference": {
41+
"reference": "BodyStructure/UKCore-BodyStructure-MedianCubitalVeinExample"
42+
}
43+
}
44+
],
45+
"text": "vein on the inner left arm"
46+
}
47+
}
48+
}

0 commit comments

Comments
 (0)