Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Examples of proposed FHIR structure for Global.HealthxISARIC #205

Draft
wants to merge 17 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ venv/
ENV/
env.bak/
venv.bak/
isaric-venv

# Spyder project settings
.spyderproject
Expand All @@ -151,6 +152,9 @@ venv.bak/
# Rope project settings
.ropeproject

# VScode project settings
.vscode

# mkdocs documentation
/site

Expand Down
284 changes: 284 additions & 0 deletions fhir/resource_structure_dev/condition.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,284 @@
{
"resourceType": "Condition",
"id": "example-symptom-present",
"meta" : {
"profile" : [
"our_url_here"
]
},
"category": [
{
"coding": [
{
"code": "75325-1",
"system": "http://loinc.org",
"display": "Symptom"
}
]
}
],
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "49727002",
"display": "Cough"
}
]
},
"verificationStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/condition-ver-status",
"code": "confirmed",
"display": "Confirmed"
},
{
"system": "http://snomed.info/sct",
"code": "410605003",
"display": "Confirmed present (qualifier value)"
}
]
},
"clinicalStatus": {
"coding": [
{
"code": "active",
"system": "http://terminology.hl7.org/CodeSystem/condition-clinical",
"display": "Active"
}
]
},
"severity": {
"coding": [
{
"code": "24484000",
"system": "http://snomed.info/sct",
"display": "Severe"
}
]
},
"subject": {
"reference": "Patient/<id>"
},
"recordedDate": "2020-10-05"
},

{
"resourceType": "Condition",
"id": "example-symptom-absent",
"meta" : {
"profile" : [
"our_url_here"
]
},
"category": [
{
"coding": [
{
"code": "75325-1",
"system": "http://loinc.org",
"display": "Symptom"
}
]
}
],
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "40917007",
"display": "Clouded consciousness"
}
]
},
"verificationStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/condition-ver-status",
"code": "refuted",
"display": "Refuted"
},
{
"system": "http://snomed.info/sct",
"code": "410594000",
"display": "Definitely NOT present (qualifier value)"
}
]
},
"subject": {
"reference": "Patient/<id>"
},
"recordedDate": "2020-10-05"
}

{
"resourceType": "Condition",
"id": "chronic-condition-present",
"meta" : {
"profile" : [
"our_url_here"
]
},
"category": [
{
"coding": [
{
"code": "392521001",
"system": "http://snomed.info/sct",
"display": "History of (contextual qualifier) (qualifier value)"
}
]
}
],
"verificationStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/condition-ver-status",
"code": "confirmed",
"display": "Confirmed"
},
{
"system": "http://snomed.info/sct",
"code": "410605003",
"display": "Confirmed present (qualifier value)"
}
]
},
"clinicalStatus": {
"coding": [
{
"code": "active",
"system": "http://terminology.hl7.org/CodeSystem/condition-clinical",
"display": "Active"
}
]
},
"code": {
"coding": [
{
"code": "709044004",
"system": "http://snomed.info/sct",
"display": "Chronic kidney disease (disorder)"
}
]
},
"severity": {
"coding": [
{
"code": "24484000",
"system": "http://snomed.info/sct",
"display": "Severe"
}
]
},
"subject": {
"reference": "Patient/<id>"
},
"recordedDate": "2020-10-28"
}

{
"resourceType": "Condition",
"id": "chronic-comorbidity-absent",
"meta" : {
"profile" : [
"our_url_here"
]
},
"category": [
{
"coding": [
{
"code": "392521001",
"system": "http://snomed.info/sct",
"display": "History of (contextual qualifier) (qualifier value)"
}
]
}
],
"verificationStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/condition-ver-status",
"code": "refuted",
"display": "Refuted"
},
{
"system": "http://snomed.info/sct",
"code": "410594000",
"display": "Definitely NOT present (qualifier value)"
}
]
},
"code": {
"coding": [
{
"code": "709044004",
"system": "http://snomed.info/sct",
"display": "Chronic kidney disease (disorder)"
}
]
},
"subject": {
"reference": "Patient/<id>"
},
"recordedDate": "2020-10-28"
},

{
"resourceType": "Condition",
"id": "complication-present",
"meta" : {
"profile" : [
"our_url_here"
]
},
"category": [
{
"coding": [
{
"code": "116223007",
"system": "http://snomed.info/sct",
"display": "Complication (disorder)"
}
]
}
],
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "14669001",
"display": "Acute renal failure syndrome (disorder)"
}
]
},
"verificationStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/condition-ver-status",
"code": "confirmed",
"display": "Confirmed"
},
{
"system": "http://snomed.info/sct",
"code": "410605003",
"display": "Confirmed present (qualifier value)"
}
]
},
"clinicalStatus": {
"coding": [
{
"code": "active",
"system": "http://terminology.hl7.org/CodeSystem/condition-clinical",
"display": "Active"
}
]
},
"subject": {
"reference": "Patient/<id>"
},
"recordedDate": "2020-10-15"
}
40 changes: 40 additions & 0 deletions fhir/resource_structure_dev/medication_administration.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"resourceType" : "MedicationAdministration",
"id" : "example",
"meta" : {
"profile" : [
"our_url_here"
]
},
"status" : "not-taken",
"medicationCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "392327001",
"display" : "Azithromycin-containing product in oral dose form"
}
],
"text" : "Azithromycin"
},
"subject" : {
"reference" : "Patient/<id>",
"display" : "Eve Everywoman"
},
"encounter": {
"reference": "Encounter/<id>",
"display": "encounter_name"
},
"effectiveDateTime" : "2018-03-07",
"dosage" : {
"route" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "26643006",
"display" : "Oral route"
}
]
}
}
}
Loading