This page is part of the Occupational Data for Health (ODH) FHIR IG (v0.1.0: STU 1 Ballot 1) based on FHIR R3. The current version which supercedes this version is 1.2.0. For a full list of available versions, see the Directory of published versions
The official URL for this profile is:
http://hl7.org/fhir/us/odh/StructureDefinition/cimi-entity-Entity
Root class for entities such as people, organizations, and devices that have a separately identifiable existence.
This profile builds on Basic.
This profile was published on Fri Aug 17 00:00:00 AEST 2018 as a draft by HL7.
View the corresponding EntityModel logical model.
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Basic | ODH Entity Profile | |||
code | Required Pattern: {"coding":[{"system":"http://hl7.org/fhir/us/odh/CodeSystem/ODH-basic-resource-type","code":"cimi-entity-Entity"}]} | |||
Documentation for this format |
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Basic | I | 0..* | ODH Entity Profile | |
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 | Business identifier |
code | ?!Σ | 1..1 | CodeableConcept | Kind of Resource Binding: Basic Resource Types (example) Required Pattern: {"coding":[{"system":"http://hl7.org/fhir/us/odh/CodeSystem/ODH-basic-resource-type","code":"cimi-entity-Entity"}]} |
subject | Σ | 0..1 | Reference(Resource) | Identifies the focus of this resource |
created | Σ | 0..1 | date | When created |
author | Σ | 0..1 | Reference(Practitioner | Patient | RelatedPerson) | Who created |
Documentation for this format |
Differential View
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Basic | ODH Entity Profile | |||
code | Required Pattern: {"coding":[{"system":"http://hl7.org/fhir/us/odh/CodeSystem/ODH-basic-resource-type","code":"cimi-entity-Entity"}]} | |||
Documentation for this format |
Snapshot View
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Basic | I | 0..* | ODH Entity Profile | |
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 | Business identifier |
code | ?!Σ | 1..1 | CodeableConcept | Kind of Resource Binding: Basic Resource Types (example) Required Pattern: {"coding":[{"system":"http://hl7.org/fhir/us/odh/CodeSystem/ODH-basic-resource-type","code":"cimi-entity-Entity"}]} |
subject | Σ | 0..1 | Reference(Resource) | Identifies the focus of this resource |
created | Σ | 0..1 | date | When created |
author | Σ | 0..1 | Reference(Practitioner | Patient | RelatedPerson) | Who created |
Documentation for this format |
Downloads: StructureDefinition: (XML, JSON, TTL), Schema: XML Schematron
Path | Name | Conformance | ValueSet |
Basic.language | Common Languages | extensible | Common Languages |
Basic.code | Basic Resource Types | example | Basic Resource Types |
Id | Path | Details | Requirements |
dom-2 | Basic | If the resource is contained in another resource, it SHALL NOT contain nested Resources : contained.contained.empty() | |
dom-1 | Basic | If the resource is contained in another resource, it SHALL NOT contain any narrative : contained.text.empty() | |
dom-4 | Basic | If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated : contained.meta.versionId.empty() and contained.meta.lastUpdated.empty() | |
dom-3 | Basic | If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource : contained.where(('#'+id in %resource.descendants().reference).not()).empty() |