-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reorganize FSH files. Revise category valuesets.
- Loading branch information
Showing
14 changed files
with
247 additions
and
168 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
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,69 @@ | ||
|
||
Instance: pcoGoalWalkDogExample | ||
InstanceOf: PCOGoalAttainmentScaleProfile | ||
Title: "Goal with GAS" | ||
Description: "Person-centered goal with attainment scaling extensions" | ||
Usage: #example | ||
* lifecycleStatus = #active | ||
* achievementStatus = $GoalAchievement#in-progress | ||
* category[pcoCategory] = PCOCodes#person-centered "Person-Centered" | ||
* category[domainCategory] = NCQAGoalDomains#physical-function "Physical Function" | ||
* subject = Reference(pcoPatientJones) | ||
* expressedBy = Reference(pcoPatientJones) | ||
* startDate = "2024-04-03" | ||
* target.dueDate = "2024-09-30" | ||
* addresses[0] = Reference(pcoWhatMattersBodyExample) "What Matters: Moving the Body" | ||
* addresses[1] = Reference(pcoWhatMattersRelationshipsExample) "What Matters: Family & Friends" | ||
* description.text = "Walk dog outside once a week" | ||
* extension[gas-scaling][0].extension[level].valueCoding = $LNC#LA6113-0 "Much better than expected" | ||
* extension[gas-scaling][0].extension[text].valueString = "Walk dog outside three times a week" | ||
* extension[gas-scaling][1].extension[level].valueCoding = $LNC#LA6112-2 "Better than expected" | ||
* extension[gas-scaling][1].extension[text].valueString = "Walk dog outside twice a week" | ||
* extension[gas-scaling][2].extension[level].valueCoding = $LNC#LA6111-4 "Expected outcome" | ||
* extension[gas-scaling][2].extension[text].valueString = "Walk dog outside once a week" | ||
* extension[gas-scaling][3].extension[level].valueCoding = $LNC#gas-less-than-expected "Less than expected" | ||
* extension[gas-scaling][3].extension[text].valueString = "Does not walk dog but goes outside with dog" | ||
* extension[gas-scaling][4].extension[level].valueCoding = $LNC#gas-much-less-than-expected "Much less than expected" | ||
* extension[gas-scaling][4].extension[text].valueString = "Unable to go outside with dog" | ||
|
||
Instance: pcoGASScoretBaselineExample | ||
InstanceOf: PCOGoalAttainmentScoreObservation | ||
Title: "GAS Baseline Score" | ||
Description: "Baseline GAS score observation at start of goal." | ||
Usage: #example | ||
* status = #final | ||
* category[survey] = OBSCAT#survey "Survey" | ||
* subject = Reference(pcoPatientJones) | ||
* performer = Reference(pcoPractitionerGonzalez) | ||
* effectiveDateTime = "2024-04-03T10:15:00Z" | ||
* code = $LNC#68489 "Goal attainment scale" | ||
* focus = Reference(pcoGoalWalkDogExample) | ||
* valueCodeableConcept = $LNC#gas-less-than-expected "Less than expected" | ||
|
||
Instance: pcoGASScorePatientFollowupExample | ||
InstanceOf: PCOGoalAttainmentScoreObservation | ||
Title: "Patient GAS Follow-up Score" | ||
Description: "Follow-up GAS score observation recorded by a Patient showing goal progress." | ||
Usage: #example | ||
* status = #final | ||
* category[survey] = OBSCAT#survey "Survey" | ||
* subject = Reference(pcoPatientJones) | ||
* performer = Reference(pcoPatientJones) | ||
* effectiveDateTime = "2024-05-10T10:15:00Z" | ||
* code = $LNC#68491 "Patient follow-up goal attainment scaling score" | ||
* focus = Reference(pcoGoalWalkDogExample) | ||
* valueCodeableConcept = $LNC#LA6112-2 "Better than expected" | ||
|
||
Instance: pcoGASScorePractitionerFollowupExample | ||
InstanceOf: PCOGoalAttainmentScoreObservation | ||
Title: "Practitioner GAS Follow-up Score" | ||
Description: "Follow-up GAS score observation recorded by a Practitioner showing goal progress." | ||
Usage: #example | ||
* status = #final | ||
* category[survey] = OBSCAT#survey "Survey" | ||
* subject = Reference(pcoPatientJones) | ||
* performer = Reference(pcoPractitionerGonzalez) | ||
* effectiveDateTime = "2024-05-22T10:15:00Z" | ||
* code = $LNC#68490 "Practitioner follow-up goal attainment scaling score" | ||
* focus = Reference(pcoGoalWalkDogExample) | ||
* valueCodeableConcept = $LNC#LA6111-4 "Expected outcome" |
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,32 @@ | ||
// Code Systems | ||
// NOTE: use a code system (not value set) in instances | ||
Alias: $LNC = http://loinc.org | ||
Alias: $SCT = http://snomed.info/sct | ||
Alias: CAT = http://terminology.hl7.org/CodeSystem/observation-category | ||
Alias: UOM = http://unitsofmeasure.org | ||
Alias: DAR = http://terminology.hl7.org/CodeSystem/data-absent-reason | ||
Alias: Hl7FhirAdminGender = http://hl7.org/fhir/administrative-gender | ||
Alias: NUCC = http://nucc.org/provider-taxonomy | ||
Alias: USCORECAT = http://hl7.org/fhir/us/core/CodeSystem/us-core-category | ||
Alias: OBSCAT = http://terminology.hl7.org/CodeSystem/observation-category | ||
|
||
// Value Sets | ||
// NOTE: use a value set (not code system) when binding a field | ||
Alias: LNCVS = http://hl7.org/fhir/ValueSet/observation-codes | ||
Alias: CATVS = http://hl7.org/fhir/ValueSet/observation-category | ||
|
||
Alias: $compliesWithProfile = http://hl7.org/fhir/StructureDefinition/structuredefinition-compliesWithProfile | ||
|
||
Alias: $GoalAchievement = http://terminology.hl7.org/CodeSystem/goal-achievement | ||
|
||
// Misc | ||
// Alias: USCorePatient = http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient | ||
// Alias: USCoreEncounter = http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter | ||
// Alias: USCoreLocation = http://hl7.org/fhir/us/core/StructureDefinition/us-core-location | ||
// Alias: USCorePractitioner = http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner | ||
// Alias: USCorePractitionerRole = http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole | ||
// Alias: USCoreOrganization = http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization | ||
// Alias: USCoreQuestionnaireResponse = http://hl7.org/fhir/us/core/StructureDefinition/us-core-questionnaireresponse | ||
// Alias: USCoreDocumentReference = http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference | ||
// Alias: USCoreDiagnosticReport = http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note | ||
// Alias: $us-core-diagnosticreport-category = http://hl7.org/fhir/us/core/ValueSet/us-core-diagnosticreport-category |
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
Oops, something went wrong.