FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example CodeSystem/research-study-party-organization-type (JSON)

Biomedical Research and Regulation Work GroupMaturity Level: N/AStandards Status: Informative

Raw JSON (canonical form + also see JSON Format Specification)

Definition for Code SystemResearchStudyPartyOrganizationType

{
  "resourceType" : "CodeSystem",
  "id" : "research-study-party-organization-type",
  "meta" : {
    "lastUpdated" : "2024-04-13T05:40:09.078+11:00",
    "profile" : ["http://hl7.org/fhir/StructureDefinition/shareablecodesystem"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://hl7.org/fhir/research-study-party-organization-type</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">nih<a name=\"research-study-party-organization-type-nih\"> </a></td><td>NIH</td></tr><tr><td style=\"white-space:nowrap\">fda<a name=\"research-study-party-organization-type-fda\"> </a></td><td>FDA</td></tr><tr><td style=\"white-space:nowrap\">government<a name=\"research-study-party-organization-type-government\"> </a></td><td>Government</td></tr><tr><td style=\"white-space:nowrap\">nonprofit<a name=\"research-study-party-organization-type-nonprofit\"> </a></td><td>Nonprofit</td></tr><tr><td style=\"white-space:nowrap\">academic<a name=\"research-study-party-organization-type-academic\"> </a></td><td>Academic</td></tr><tr><td style=\"white-space:nowrap\">industry<a name=\"research-study-party-organization-type-industry\"> </a></td><td>Industry</td></tr></table></div>"
  },
  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "brr"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode" : "trial-use"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger" : 0
  }],
  "url" : "http://hl7.org/fhir/research-study-party-organization-type",
  "version" : "6.0.0-cibuild",
  "name" : "ResearchStudyPartyOrganizationType",
  "title" : "ResearchStudy Party Organization Type Code System",
  "status" : "active",
  "experimental" : false,
  "date" : "2022-05-15T16:55:11.085+11:00",
  "publisher" : "HL7 (FHIR Project)",
  "contact" : [{
    "telecom" : [{
      "system" : "url",
      "value" : "http://hl7.org/fhir"
    },
    {
      "system" : "email",
      "value" : "fhir@lists.hl7.org"
    }]
  }],
  "description" : "This is a ResearchStudy's party organization type.",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "code" : "001",
      "display" : "World"
    }]
  }],
  "caseSensitive" : true,
  "valueSet" : "http://hl7.org/fhir/ValueSet/research-study-party-organization-type",
  "content" : "complete",
  "concept" : [{
    "code" : "nih",
    "display" : "NIH"
  },
  {
    "code" : "fda",
    "display" : "FDA"
  },
  {
    "code" : "government",
    "display" : "Government"
  },
  {
    "code" : "nonprofit",
    "display" : "Nonprofit"
  },
  {
    "code" : "academic",
    "display" : "Academic"
  },
  {
    "code" : "industry",
    "display" : "Industry"
  }]
}

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.