Skip to content

Commit f957d1d

Browse files
authored
Classifying Germline Specimen Sample (#146)
Using Extension-UKCore-SampleCategory to classify Germline Specimen Sample
1 parent d80cf69 commit f957d1d

File tree

4 files changed

+56
-0
lines changed

4 files changed

+56
-0
lines changed

Specimen/Specimen-JamesMetcalfeBloodEDTA-Example.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
{
22
"resourceType": "Specimen",
33
"id": "Specimen-JamesMetcalfeBloodEDTA-Example",
4+
"extension": [
5+
{
6+
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-SampleCategory",
7+
"valueCodeableConcept": {
8+
"coding": [
9+
{
10+
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-SampleCategory",
11+
"code": "germline",
12+
"display": "Germline"
13+
}
14+
]
15+
}
16+
}
17+
],
418
"identifier": [
519
{
620
"system": "https://fhir.medway.nhs.uk/Id/specimenId",

Specimen/Specimen-PheobeSmitham-Example.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
{
22
"resourceType": "Specimen",
33
"id": "Specimen-PheobeSmitham-Example",
4+
"extension": [
5+
{
6+
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-SampleCategory",
7+
"valueCodeableConcept": {
8+
"coding": [
9+
{
10+
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-SampleCategory",
11+
"code": "germline",
12+
"display": "Germline"
13+
}
14+
]
15+
}
16+
}
17+
],
418
"identifier": [
519
{
620
"system": "https://fhir.leedssth.nhs.uk//Id/specimenId",

Specimen/Specimen-PheobeSmithamFather-Example.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
{
22
"resourceType": "Specimen",
33
"id": "Specimen-PheobeSmithamFather-Example",
4+
"extension": [
5+
{
6+
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-SampleCategory",
7+
"valueCodeableConcept": {
8+
"coding": [
9+
{
10+
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-SampleCategory",
11+
"code": "germline",
12+
"display": "Germline"
13+
}
14+
]
15+
}
16+
}
17+
],
418
"identifier": [
519
{
620
"system": "https://fhir.leedssth.nhs.uk//Id/specimenId",

Specimen/Specimen-PheobeSmithamMother-Example.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
{
22
"resourceType": "Specimen",
33
"id": "Specimen-PheobeSmithamMother-Example",
4+
"extension": [
5+
{
6+
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-SampleCategory",
7+
"valueCodeableConcept": {
8+
"coding": [
9+
{
10+
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-SampleCategory",
11+
"code": "germline",
12+
"display": "Germline"
13+
}
14+
]
15+
}
16+
}
17+
],
418
"identifier": [
519
{
620
"system": "https://fhir.leedssth.nhs.uk//Id/specimenId",

0 commit comments

Comments
 (0)