Skip to content

Commit f8399e3

Browse files
committed
Representing Negative Findings
Representing Negative Findings
1 parent e138f55 commit f8399e3

2 files changed

Lines changed: 99 additions & 0 deletions

File tree

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
{
2+
"resourceType": "Observation",
3+
"id": "Observation-SLC52A2-VariantAbsent-Example",
4+
"status": "final",
5+
"category": [
6+
{
7+
"coding": [
8+
{
9+
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
10+
"code": "laboratory"
11+
}
12+
]
13+
},
14+
{
15+
"coding": [
16+
{
17+
"system": "http://terminology.hl7.org/CodeSystem/v2-0074",
18+
"code": "GE"
19+
}
20+
]
21+
}
22+
],
23+
"code": {
24+
"text": "SLC52A2 variant assessment"
25+
},
26+
"subject": {
27+
"reference": "Patient/Patient-PheobeSmitham-Example"
28+
},
29+
"effectiveDateTime": "2023-09-16",
30+
"valueCodeableConcept": {
31+
"coding": [
32+
{
33+
"system": "http://snomed.info/sct",
34+
"code": "260415000",
35+
"display": "Not detected"
36+
},
37+
{
38+
"system": "http://loinc.org",
39+
"code": "LA9634-2",
40+
"display": "Absent"
41+
}
42+
],
43+
"text": "Variant not detected"
44+
},
45+
"method": [
46+
{
47+
"coding": [
48+
{
49+
"system": "http://snomed.info/sct",
50+
"code": "117040002",
51+
"display": "Nucleic acid sequencing"
52+
}
53+
]
54+
}
55+
]
56+
}
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
{
2+
"resourceType": "Observation",
3+
"id": "Observation-SeizurePhenotypeAbsent-Example",
4+
"status": "final",
5+
"category": [
6+
{
7+
"coding": [
8+
{
9+
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
10+
"code": "exam"
11+
}
12+
]
13+
}
14+
],
15+
"code": {
16+
"coding": [
17+
{
18+
"system": "http://purl.obolibrary.org/obo/hp.owl",
19+
"code": "HP:0001250",
20+
"display": "Seizure"
21+
}
22+
]
23+
},
24+
"subject": {
25+
"reference": "Patient/Patient-PheobeSmitham-Example"
26+
},
27+
"effectiveDateTime": "2023-09-16",
28+
"valueCodeableConcept": {
29+
"coding": [
30+
{
31+
"system": "http://snomed.info/sct",
32+
"code": "260415000",
33+
"display": "Not detected"
34+
},
35+
{
36+
"system": "http://loinc.org",
37+
"code": "LA9634-2",
38+
"display": "Absent"
39+
}
40+
],
41+
"text": "Phenotype not present"
42+
}
43+
}

0 commit comments

Comments
 (0)