Projo FHIR Documentation
0.1.0 - ci-build Switzerland flag

Projo FHIR Documentation - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Projo Extraction Writeback Target - JSON Representation

Draft as of 2024-01-01

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "extraction-writeback-target",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem extraction-writeback-target</b></p><a name=\"extraction-writeback-target\"> </a><a name=\"hcextraction-writeback-target\"> </a><p>This case-sensitive code system <code>https://projo.evoleen.com/fhir/CodeSystem/extraction-writeback-target</code> defines the following code:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">subject<a name=\"extraction-writeback-target-subject\"> </a></td><td>Subject</td><td>Write back to the Patient referenced by QuestionnaireResponse.subject.</td></tr></table></div>"
  },
  "url" : "https://projo.evoleen.com/fhir/CodeSystem/extraction-writeback-target",
  "version" : "0.1.0",
  "name" : "ExtractionWritebackTarget",
  "title" : "Projo Extraction Writeback Target",
  "status" : "draft",
  "experimental" : true,
  "date" : "2024-01-01",
  "publisher" : "Projo",
  "contact" : [
    {
      "name" : "Projo",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://projo.evoleen.com"
        }
      ]
    }
  ],
  "description" : "Target codes for the extraction-writeback extension's `target` sub-extension. Only `subject` is supported — route the extracted Patient fragment back to the Patient referenced by QR.subject.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "CH",
          "display" : "Switzerland"
        }
      ]
    }
  ],
  "purpose" : "Documentation-only artifact. Projo's runtime extensions, code systems, identifier systems and search parameter are TypeScript constants and bootstrap-time resources, NOT deployed StructureDefinitions. This StructureDefinition exists to document the contract; the source of truth is src/functions/src/lib/fhir/types.ts and docs/FHIR_EXTENSIONS.md.",
  "copyright" : "Copyright (c) Projo. Licensed under CC0-1.0 (public domain dedication). FHIR(R) is the registered trademark of HL7 and is used with permission. This IG references WhatsApp(R), a trademark of Meta Platforms, Inc., for descriptive purposes only.",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 1,
  "concept" : [
    {
      "code" : "subject",
      "display" : "Subject",
      "definition" : "Write back to the Patient referenced by QuestionnaireResponse.subject."
    }
  ]
}