FLUTE Cross-border Prostate Cancer Data Standard Guide
0.1.0 - ci-build
Funded by the European Union

FLUTE Cross-border Prostate Cancer Data Standard Guide, published by Flute Project. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/flute/ and changes regularly. See the Directory of published versions

: Concept Map for Inclusion Criteria to FHIR - JSON Representation

Draft as of 2024-05-31

Raw json | Download

{
  "resourceType" : "ConceptMap",
  "id" : "InclusionCriterias2FHIR",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ConceptMap InclusionCriterias2FHIR</b></p><a name=\"InclusionCriterias2FHIR\"> </a><a name=\"hcInclusionCriterias2FHIR\"> </a><a name=\"InclusionCriterias2FHIR-en-US\"> </a><p>Mapping from (not specified) to (not specified)</p><br/><p><b>Group 1 </b>Mapping from <a href=\"StructureDefinition-StudyVariables.html\">Prostate Cancer study Variables</a> to <a href=\"StructureDefinition-PR-ProstateSpecificAntigen.html\">Observation: prostate specific antigen</a></p><table class=\"grid\"><tr><td><b>Source Code</b></td><td><b>Relationship</b></td><td><b>Target Code</b></td></tr><tr><td>StudyVariables.psa (PSA)</td><td><a href=\"http://hl7.org/fhir/extensions/5.1.0/CodeSystem-concept-map-equivalence.html#equal\" title=\"equal\">is equal to</a></td><td>Observation.where(code='http://loinc.org|2857-1').value</td></tr></table><hr/><p><b>Group 2 </b>Mapping from <a href=\"StructureDefinition-StudyVariables.html\">Prostate Cancer study Variables</a> to <a href=\"StructureDefinition-PR-DigitalRectalExamination.html\">Procedure: DRE</a></p><table class=\"grid\"><tr><td><b>Source Code</b></td><td><b>Relationship</b></td><td><b>Target Code</b></td></tr><tr><td>StudyVariables.dre (Rectal examination)</td><td><a href=\"http://hl7.org/fhir/extensions/5.1.0/CodeSystem-concept-map-equivalence.html#relatedto\" title=\"relatedto\">is related to</a></td><td>Procedure.where(code='http://snomed.info/sct|410006001').outcome</td></tr></table></div>"
  },
  "url" : "http://hl7.eu/fhir/ig/flute/ConceptMap/InclusionCriterias2FHIR",
  "version" : "0.1.0",
  "name" : "InclusionCriterias2FHIR",
  "title" : "Concept Map for Inclusion Criteria to FHIR",
  "status" : "draft",
  "experimental" : true,
  "date" : "2024-05-31T14:49:32+00:00",
  "publisher" : "Flute Project",
  "contact" : [
    {
      "name" : "Flute Project",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.fluteproject.eu/"
        }
      ]
    },
    {
      "name" : "Flute Project",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.fluteproject.eu/"
        }
      ]
    }
  ],
  "description" : "Concept map defining the inclusion criteria for prostate cancer cohorts, mapping study variables to FHIR resources.",
  "purpose" : "To standardize the inclusion criteria for prostate cancer research studies by mapping study variables to FHIR resources.",
  "group" : [
    {
      "source" : "http://hl7.eu/fhir/ig/flute/StructureDefinition/StudyVariables",
      "target" : "http://hl7.eu/fhir/ig/flute/StructureDefinition/PR-ProstateSpecificAntigen",
      "element" : [
        {
          "code" : "StudyVariables.psa",
          "display" : "PSA",
          "target" : [
            {
              "code" : "Observation.where(code='http://loinc.org|2857-1').value",
              "equivalence" : "equal"
            }
          ]
        }
      ]
    },
    {
      "source" : "http://hl7.eu/fhir/ig/flute/StructureDefinition/StudyVariables",
      "target" : "http://hl7.eu/fhir/ig/flute/StructureDefinition/PR-DigitalRectalExamination",
      "element" : [
        {
          "code" : "StudyVariables.dre",
          "display" : "Rectal examination",
          "target" : [
            {
              "code" : "Procedure.where(code='http://snomed.info/sct|410006001').outcome",
              "equivalence" : "relatedto"
            }
          ]
        }
      ]
    }
  ]
}