German Oncological Data Standard (GOLD)
0.1.0 - CI Build Germany flag

German Oncological Data Standard (GOLD) - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: ExampleResearchSubjectStudienteilnehmer - JSON Representation

Raw json | Download


{
  "resourceType" : "ResearchSubject",
  "id" : "ExampleResearchSubjectStudienteilnehmer",
  "meta" : {
    "profile" : [
      🔗 "https://www.vision-zero-oncology.de/fhir/StructureDefinition/probandin"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: ResearchSubject</b><a name=\"ExampleResearchSubjectStudienteilnehmer\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource ResearchSubject &quot;ExampleResearchSubjectStudienteilnehmer&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-probandin.html\">Profile ProbandIn</a></p></div><p><b>identifier</b>: Anonymous identifier:\u00a012345</p><p><b>status</b>: candidate</p><p><b>period</b>: 2019-09-06 --&gt; (ongoing)</p><p><b>study</b>: <a href=\"https://simplifier.net/resolve?scope=de.basisprofil.r4@1.4.0&amp;canonical=http://fhir.org/packages/de.basisprofil.r4/ResearchStudy/MII-Beispielstudie\">ResearchStudy/MII-Beispielstudie</a></p><p><b>individual</b>: <a href=\"https://simplifier.net/resolve?scope=de.basisprofil.r4@1.4.0&amp;canonical=http://fhir.org/packages/de.basisprofil.r4/Patient/MII-Patient\">Patient/MII-Patient</a></p><p><b>consent</b>: <a href=\"https://simplifier.net/resolve?scope=de.basisprofil.r4@1.4.0&amp;canonical=http://fhir.org/packages/de.basisprofil.r4/Consent/MII-Consent\">Consent/MII-Consent</a></p></div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "ANON"
          }
        ]
      },
      "system" : "https://charite.de/fhir/core/sid/SubjectIdentificationCode",
      "value" : "12345"
    }
  ],
  "status" : "candidate",
  "period" : {
    "start" : "2019-09-06"
  },
  "study" : {
    "reference" : "ResearchStudy/MII-Beispielstudie"
  },
  "individual" : {
    "reference" : "Patient/MII-Patient"
  },
  "consent" : {
    "reference" : "Consent/MII-Consent"
  }
}