{
"description": "This profile defines a set of constraints to the FHIR Observation (Social History) resource for use in Alberta Patient Summaries (PS-AB). It re-profiles the PS-CA Social History (General) profile and refines constraints applied to the Observation (Social History) resource when used in the PS-AB Composition profile.",
"_filename": "StructureDefinition-ObservationSocialHistoryPSAB.json",
"package_name": "ca.ab.fhir.psab",
"date": null,
"derivation": "constraint",
"publisher": null,
"fhirVersion": "4.0.1",
"name": "ObservationSocialHistoryPSAB",
"mapping": [ {
"uri": "http://hl7.org/fhir/workflow",
"name": "Workflow Pattern",
"identity": "workflow"
}, {
"uri": "http://snomed.info/conceptdomain",
"name": "SNOMED CT Concept Domain Binding",
"identity": "sct-concept"
}, {
"uri": "http://hl7.org/v2",
"name": "HL7 v2 Mapping",
"identity": "v2"
}, {
"uri": "http://hl7.org/v3",
"name": "RIM Mapping",
"identity": "rim"
}, {
"uri": "http://hl7.org/fhir/fivews",
"name": "FiveWs Pattern Mapping",
"identity": "w5"
}, {
"uri": "http://snomed.org/attributebinding",
"name": "SNOMED CT Attribute Binding",
"identity": "sct-attr"
} ],
"abstract": false,
"type": "Observation",
"experimental": null,
"resourceType": "StructureDefinition",
"title": "Social History Observation (PS-AB)",
"package_version": "0.3.0-pre4",
"status": "draft",
"id": "012a217a-d4fc-4cc0-bdd6-12bede8cddd2",
"kind": "resource",
"url": "https://www.alberta.ca/fhir/psab/StructureDefinition/ObservationSocialHistoryPSAB",
"version": null,
"differential": {
"element": [ {
"id": "Observation",
"path": "Observation",
"comment": "Observation (Social History) resources included in Alberta Patient Summary Document Bundles SHALL NOT contain any of the following Observation details: basedOn, partOf, focus, encounter, hasMember, and derivedFrom. These rules are mechanically enforced through invariants at the PS-AB Bundle level."
}, {
"id": "Observation.category:social-history",
"path": "Observation.category",
"sliceName": "social-history",
"sliceIsConstraining": true
}, {
"id": "Observation.category:social-history.coding",
"path": "Observation.category.coding",
"mustSupport": true
}, {
"id": "Observation.category:social-history.coding.system",
"path": "Observation.category.coding.system",
"comment": "Fixed system value of 'http://terminology.hl7.org/CodeSystem/observation-category'",
"mustSupport": true
}, {
"id": "Observation.category:social-history.coding.code",
"path": "Observation.category.coding.code",
"comment": "Fixed code value of 'social-history'",
"mustSupport": true
}, {
"id": "Observation.code.text",
"min": 1,
"path": "Observation.code.text",
"comment": "Text string describing the risk factor or type of observation"
}, {
"id": "Observation.subject",
"path": "Observation.subject",
"type": [ {
"code": "Reference",
"targetProfile": [ "https://www.alberta.ca/fhir/psab/StructureDefinition/PatientPSAB" ]
} ]
}, {
"id": "Observation.effective[x]",
"path": "Observation.effective[x]",
"comment": "Required for each lifestyle factor submitted. YYYY-MM-DD format. Partial dates (YYYY only or YYYY-MM only) are accepted.",
"slicing": {
"rules": "open",
"ordered": false,
"discriminator": [ {
"path": "$this",
"type": "type"
} ]
},
"mustSupport": true
}, {
"id": "Observation.effective[x]:effectiveDateTime",
"max": "1",
"min": 0,
"path": "Observation.effective[x]",
"type": [ {
"code": "dateTime"
} ],
"comment": "YYYY-MM-DDThh:mm:ss[+|-]ZZ:ZZ e.g.,: 1980-05-31T12:23:12-05:00",
"sliceName": "effectiveDateTime",
"mustSupport": true
}, {
"id": "Observation.performer",
"path": "Observation.performer",
"type": [ {
"code": "Reference",
"targetProfile": [ "https://www.alberta.ca/fhir/psab/StructureDefinition/PractitionerPSAB", "https://www.alberta.ca/fhir/psab/StructureDefinition/PractitionerRolePSAB", "https://www.alberta.ca/fhir/psab/StructureDefinition/PatientPSAB" ]
} ]
}, {
"id": "Observation.value[x]",
"path": "Observation.value[x]",
"slicing": {
"rules": "open",
"ordered": false,
"discriminator": [ {
"path": "$this",
"type": "type"
} ]
}
}, {
"id": "Observation.value[x]:valueString",
"max": "1",
"min": 0,
"path": "Observation.value[x]",
"type": [ {
"code": "string"
} ],
"comment": "If value is populated (desired over note), it is expected to be populated in string format",
"sliceName": "valueString",
"mustSupport": true
}, {
"id": "Observation.note",
"path": "Observation.note",
"short": "Lifestyle Risk Factor Notes"
} ]
},
"baseDefinition": "http://fhir.infoway-inforoute.ca/io/psca/StructureDefinition/observation-socialhistory-ca-ps"
}