-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#35 Add Observation-glasgow-coma-scale.json as example of au-core-dis…
…agnoticresult with components
- Loading branch information
1 parent
12d6daf
commit 50d0537
Showing
3 changed files
with
207 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,111 @@ | ||
{ | ||
"resourceType": "Observation", | ||
"id": "glasgow-coma-scale", | ||
"meta": { | ||
"profile": [ | ||
"http://hl7.org.au/fhir/core/StructureDefinition/au-core-diagnosticresult" | ||
] | ||
}, | ||
"status": "final", | ||
"category": [ | ||
{ | ||
"coding": [ | ||
{ | ||
"system": "http://terminology.hl7.org/CodeSystem/observation-category", | ||
"code": "exam" | ||
} | ||
] | ||
} | ||
], | ||
"code": { | ||
"coding": [ | ||
{ | ||
"system": "http://snomed.info/sct", | ||
"code": "248241002" | ||
} | ||
] | ||
}, | ||
"subject": { | ||
"reference": "Patient/baratz-toni" | ||
}, | ||
"effectiveDateTime": "2023-08-08T13:30:00.000Z", | ||
"valueQuantity": { | ||
"value": 13, | ||
"system": "http://unitsofmeasure.org", | ||
"code": "{score}" | ||
}, | ||
"referenceRange": [ | ||
{ | ||
"low": { | ||
"value": 13, | ||
"system": "http://unitsofmeasure.org", | ||
"code": "{score}" | ||
}, | ||
"type": { | ||
"text": "Mild TBI" | ||
} | ||
} | ||
], | ||
"component": [ | ||
{ | ||
"code": { | ||
"coding": [ | ||
{ | ||
"system": "http://loinc.org", | ||
"code": "9268-4", | ||
"display": "Glasgow coma score motor" | ||
} | ||
] | ||
}, | ||
"valueCodeableConcept": { | ||
"coding": [ | ||
{ | ||
"system": "http://loinc.org", | ||
"code": "LA6566-9", | ||
"display": "Localizing pain" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"code": { | ||
"coding": [ | ||
{ | ||
"system": "http://loinc.org", | ||
"code": "9270-0", | ||
"display": "Glasgow coma score verbal" | ||
} | ||
] | ||
}, | ||
"valueCodeableConcept": { | ||
"coding": [ | ||
{ | ||
"system": "http://loinc.org", | ||
"code": "LA6560-2", | ||
"display": "Confused" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"code": { | ||
"coding": [ | ||
{ | ||
"system": "http://loinc.org", | ||
"code": "9267-6", | ||
"display": "Glasgow coma score eye opening" | ||
} | ||
] | ||
}, | ||
"valueCodeableConcept": { | ||
"coding": [ | ||
{ | ||
"system": "http://loinc.org", | ||
"code": "LA6556-0", | ||
"display": "Eyes open spontaneously" | ||
} | ||
] | ||
} | ||
} | ||
] | ||
} |
Oops, something went wrong.