FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageio.health-samurai.sdc.r4
Resource TypeStructureDefinition
IdStructureDefinition-SDCDocument.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "description": "Questionnaire document resource. Stores captured form responses with status tracking, patient and encounter references.",
  "derivation": "specialization",
  "fhirVersion": "4.0.1",
  "name": "SDCDocument",
  "abstract": false,
  "type": "SDCDocument",
  "resourceType": "StructureDefinition",
  "status": "active",
  "id": "SDCDocument",
  "kind": "resource",
  "url": "http://health-samurai.io/fhir/sdc/StructureDefinition/SDCDocument",
  "version": "0.2602.2",
  "differential": {
    "element": [
      {
        "id": "SDCDocument",
        "path": "SDCDocument",
        "min": 0,
        "max": "*",
        "extension": [
          {
            "url": "http://health-samurai.io/fhir/core/StructureDefinition/additional-properties-custom-type",
            "valueCode": "any"
          }
        ]
      },
      {
        "id": "SDCDocument.based-on",
        "path": "SDCDocument.based-on",
        "short": "Request that led to creation of this document",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "SDCDocument.based-on.id",
        "path": "SDCDocument.based-on.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "SDCDocument.based-on.resourceType",
        "path": "SDCDocument.based-on.resourceType",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "SDCDocument.based-on.display",
        "path": "SDCDocument.based-on.display",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "SDCDocument.author",
        "path": "SDCDocument.author",
        "short": "Reference to the user who created the document",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "SDCDocument.author.id",
        "path": "SDCDocument.author.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "SDCDocument.author.resourceType",
        "path": "SDCDocument.author.resourceType",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "SDCDocument.author.display",
        "path": "SDCDocument.author.display",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "SDCDocument.form",
        "path": "SDCDocument.form",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "SDCDocument.form.form",
        "path": "SDCDocument.form.form",
        "short": "Full name of the form used to capture the document",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "SDCDocument.form.version",
        "path": "SDCDocument.form.version",
        "short": "Form version used to capture the document",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "decimal"
          }
        ]
      },
      {
        "id": "SDCDocument.encounter",
        "path": "SDCDocument.encounter",
        "short": "Reference to the associated encounter",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "SDCDocument.encounter.id",
        "path": "SDCDocument.encounter.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "SDCDocument.encounter.resourceType",
        "path": "SDCDocument.encounter.resourceType",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "SDCDocument.encounter.display",
        "path": "SDCDocument.encounter.display",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "SDCDocument.unit-system",
        "path": "SDCDocument.unit-system",
        "short": "Unit system used in this document at launch",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "SDCDocument.status",
        "path": "SDCDocument.status",
        "short": "Status of the document",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ],
        "constraint": [
          {
            "key": "enum-9",
            "severity": "error",
            "expression": "%context.subsetOf('draft' | 'in-progress' | 'canceled' | 'completed' | 'in-amendment' | 'amended')",
            "human": "Status must be one of: draft, in-progress, canceled, completed, in-amendment, amended"
          }
        ]
      },
      {
        "id": "SDCDocument.source",
        "path": "SDCDocument.source",
        "short": "The person who answered the questions",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "SDCDocument.source.id",
        "path": "SDCDocument.source.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "SDCDocument.source.resourceType",
        "path": "SDCDocument.source.resourceType",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "SDCDocument.source.display",
        "path": "SDCDocument.source.display",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "SDCDocument.type",
        "path": "SDCDocument.type",
        "short": "Name and version of the form used to capture the document",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "SDCDocument.patient",
        "path": "SDCDocument.patient",
        "short": "The patient who is the subject of the document",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "SDCDocument.patient.id",
        "path": "SDCDocument.patient.id",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "SDCDocument.patient.resourceType",
        "path": "SDCDocument.patient.resourceType",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "SDCDocument.patient.display",
        "path": "SDCDocument.patient.display",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      }
    ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource"
}