This page is part of the FHIR Specification (v1.4.0: STU 3 Ballot 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
Logical Model SourceAndRoleReference
{ "resourceType": "StructureDefinition", "id": "SourceAndRoleReference", "url": "{http://www.omg.org/spec/CTS2/1.1/Core}SourceAndRoleReference", "name": "SourceAndRoleReference", "display": "CTS2.SourceAndRoleReference", "status": "draft", "publisher": "Generated by Xsd-to-FHIR", "contact": [ { "name": "Visit the Github repository for more information", "telecom": [ { "system": "other", "value": "https://github.com/cts2/CTS2-to-FHIR" } ] } ], "date": "2016-02-08T19:11:02-07:00", "description": "a reference to a source that also includes the role that the source played and/or fixes the particular chapter, page or other element within the reference", "fhirVersion": "1.4.0", "kind": "logical", "abstract": false, "snapshot": { "element": [ { "path": "SourceAndRoleReference", "short": "SourceAndRoleReference", "definition": "a reference to a source that also includes the role that the source played and/or fixes the particular chapter, page or other element within the reference", "min": 0, "max": "*" }, { "path": "SourceAndRoleReference.source", "name": "source", "short": "TODO: Description", "definition": "TODO: Description", "min": 1, "max": "1", "type": [ { "code": "SourceReference" } ] }, { "path": "SourceAndRoleReference.role", "name": "role", "short": "a role that the source played in the creation of the containing resource", "definition": "a role that the source played in the creation of the containing resource", "min": 0, "max": "1", "type": [ { "code": "RoleReference" } ] }, { "path": "SourceAndRoleReference.bibliographicLink", "name": "bibliographicLink", "short": "additional bibliographic information such as page number, edition, etc", "definition": "additional bibliographic information such as page number, edition, etc.", "min": 0, "max": "1", "type": [ { "code": "OpaqueData" } ] } ] } }
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.