This page is part of the electronic Case Reporting (eCR) (v0.1.0: STU 1 Ballot 1) based on FHIR R3. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions
SD.4 StructureDefinition-eicr-condition
source file: source/pages/_includes/eicr-condition-intro.md
ECR Profile: eICR Condition Profile
Scope and Usage
The Electronic Case Reporting Condition profile is based on the US Core-Condition profile and establishes the core elements, extensions, vocabularies and value sets for representing the following for electronic case reporting:
- Initial Case Report signs, symptoms and diagnoses related to an event.
Additional Profile specific implementation guidance:
- None
Examples
SD.4.1 Formal Views of Profile Content
Description of Profiles, Differentials, and Snapshots.
The official URL for this profile is: http://fhir.hl7.org/us/ecr/StructureDefinition/eicr-condition
Published on Wed Nov 29 00:00:00 AEDT 2017 as a draft by .
This profile builds on US Core Condition (a.k.a Problem) Profile
Differential View
Snapshot View
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Condition | I | 0..* | Signs, symptoms, or diagnosis. | |
id | Σ | 0..1 | id | Logical id of this artifact |
meta | Σ | 0..1 | Meta | Metadata about the resource |
implicitRules | ?!Σ | 0..1 | uri | A set of rules under which this content was created |
language | 0..1 | code | Language of the resource content Binding: Common Languages (extensible) | |
text | I | 0..1 | Narrative | Text summary of the resource, for human interpretation |
contained | 0..* | Resource | Contained, inline Resources | |
extension | 0..* | Extension | Additional Content defined by implementations | |
modifierExtension | ?! | 0..* | Extension | Extensions that cannot be ignored |
identifier | Σ | 0..* | Identifier | External Ids for this condition |
clinicalStatus | ?!SΣI | 0..1 | code | active | recurrence | inactive | remission | resolved Binding: Condition Clinical Status Codes (required) |
verificationStatus | ?!SΣI | 1..1 | code | provisional | differential | confirmed | refuted | entered-in-error | unknown Binding: ConditionVerificationStatus (required) |
category | S | 1..* | CodeableConcept | problem-list-item | encounter-diagnosis Binding: US Core Condition Category Codes (preferred) |
severity | 0..1 | CodeableConcept | Subjective severity of condition Binding: Condition/Diagnosis Severity (preferred) | |
code | SΣ | 1..1 | CodeableConcept | Identification of the condition, problem or diagnosis Binding: Problem Value Set (extensible) |
bodySite | Σ | 0..* | CodeableConcept | Anatomical location, if relevant Binding: SNOMED CT Body Structures (example) |
subject | SΣ | 1..1 | Reference(US Core Patient Profile) | Who has the condition? |
context | Σ | 0..1 | Reference(Encounter), Reference(EpisodeOfCare) | Encounter or episode when condition first asserted |
onset[x] | SΣ | 0..1 | dateTime, Age, Period, Range, string | Estimated or actual date, date-time, or age |
abatement[x] | I | 0..1 | dateTime, Age, boolean, Period, Range, string | If/when in resolution/remission |
assertedDate | Σ | 0..1 | dateTime | Date record was believed accurate |
asserter | Σ | 0..1 | Reference(Practitioner), Reference(Patient), Reference(RelatedPerson) | Person who asserts this condition |
stage | I | 0..1 | BackboneElement | Stage/grade, usually assessed formally con-1: Stage SHALL have summary or assessment |
id | 0..1 | string | xml:id (or equivalent in JSON) | |
extension | 0..* | Extension | Additional Content defined by implementations | |
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored |
summary | I | 0..1 | CodeableConcept | Simple summary (disease specific) Binding: Condition Stage (example) |
assessment | I | 0..* | Reference(ClinicalImpression), Reference(DiagnosticReport), Reference(Observation) | Formal record of assessment |
evidence | I | 0..* | BackboneElement | Supporting evidence con-2: evidence SHALL have code or details |
id | 0..1 | string | xml:id (or equivalent in JSON) | |
extension | 0..* | Extension | Additional Content defined by implementations | |
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored |
code | ΣI | 0..* | CodeableConcept | Manifestation/symptom Binding: Manifestation and Symptom Codes (example) |
detail | ΣI | 0..* | Reference(Resource) | Supporting information found elsewhere |
note | 0..* | Annotation | Additional information about the Condition | |
Documentation for this format |
Downloads: StructureDefinition: (XML, JSON), Schema: XML Schematron
SD.4.2 Quick Start
Below is an overview of the required set of RESTful FHIR interactions - for example, search and read operations - for this profile. See the Conformance requirements for a complete list of supported RESTful interactions for this IG.
...todo...