STU 3 Candidate

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

Cts2/SourceAndNotation.json

Raw JSON (canonical form)

Logical Model SourceAndNotation

{
  "resourceType": "StructureDefinition",
  "id": "SourceAndNotation",
  "url": "{http://www.omg.org/spec/CTS2/1.1/Core}SourceAndNotation",
  "name": "SourceAndNotation",
  "display": "CTS2.SourceAndNotation",
  "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 description of the source from which the ResourceVersionDescription was derived. When possible, SourceAndNotation should include a reference to the actual source document from which it was\n\t\t\t\tderived. As an example, if the resource was derived from the W3C Wine Ontology, the URI http://www.w3.org/TR/2003/CR-owl-guide-20030818/wine would unambiguously name the document. In the cases, however, when a definitive\n\t\t\t\tsource document is not available, a textual description should be provided, instead, in sourceAndNotationDescription. Where possible, the ontology language and ontology syntax should also be provided. In the case of\n\t\t\t\tthe Wine Ontology above, the ontology language would be http://www.w3.org/2002/07/owl# (OWL) and the syntax would be application/rdf+xml.",
  "fhirVersion": "1.4.0",
  "kind": "logical",
  "abstract": false,
  "snapshot": {
    "element": [
      {
        "path": "SourceAndNotation",
        "short": "SourceAndNotation",
        "definition": "A description of the source from which the ResourceVersionDescription was derived. When possible, SourceAndNotation should include a reference to the actual source document from which it was\n\t\t\t\tderived. As an example, if the resource was derived from the W3C Wine Ontology, the URI http://www.w3.org/TR/2003/CR-owl-guide-20030818/wine would unambiguously name the document. In the cases, however, when a definitive\n\t\t\t\tsource document is not available, a textual description should be provided, instead, in sourceAndNotationDescription. Where possible, the ontology language and ontology syntax should also be provided. In the case of\n\t\t\t\tthe Wine Ontology above, the ontology language would be http://www.w3.org/2002/07/owl# (OWL) and the syntax would be application/rdf+xml.",
        "min": 0,
        "max": "*"
      },
      {
        "path": "SourceAndNotation.sourceAndNotationDescription",
        "name": "sourceAndNotationDescription",
        "short": "a textual description of where the specified resource version was derived from",
        "definition": "a textual description of where the specified resource version was derived from. This parameter must be supplied if a reasonable PersistentURI for the source document is not\n\t\t\t\t\t\tavailable.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "String"
          }
        ]
      },
      {
        "path": "SourceAndNotation.sourceDocument",
        "name": "sourceDocument",
        "short": "a persistent URI that references the document from which the resource version was derived",
        "definition": "a persistent URI that references the document from which the resource version was derived. This URI may be resolvable to a digital resource or may be the name of a book, publication or other external\n\t\t\t\t\t\tdocument.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "PersistentURI"
          }
        ]
      },
      {
        "path": "SourceAndNotation.sourceLanguage",
        "name": "sourceLanguage",
        "short": "the formal language, if any, that the source for the resource version is expressed in",
        "definition": "the formal language, if any, that the source for the resource version is expressed in. Examples include Common Logic, OWL, OWL-DL, CLAML,\n\t\t\t\t\t\tetc.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "OntologyLanguageReference"
          }
        ]
      },
      {
        "path": "SourceAndNotation.sourceDocumentSyntax",
        "name": "sourceDocumentSyntax",
        "short": "the syntax of the source of the resource version, if known",
        "definition": "the syntax of the source of the resource version, if known. Examples might include rdf/xml, Turtle, Manchester Syntax, CSV, etc.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "OntologySyntaxReference"
          }
        ]
      }
    ]
  }
}

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.