HL7 FHIR Implementation Guide: Breast Cancer Data, Release 1 - US Realm (Draft for Comment 2)

This page is part of the Breast Cancer Data Logical Models and FHIR Profiles (v0.2.0: STU 1 Draft) based on FHIR (HL7® FHIR® Standard) R3. No current official version has been published yet. For a full list of available versions, see the Directory of published versions

BasicResourceType

{
  "resourceType" : "CodeSystem",
  "id" : "BC-basic-resource-type",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml">
<p><b>BC Basic Resource Type CodeSystem</b></p>
<p>Codes representing profiles on the Basic resource.</p>
</div>"
  },
  "url" : "http://hl7.org/fhir/us/breastcancer/CodeSystem/BC-basic-resource-type",
  "identifier" : {
    "system" : "http://hl7.org/fhir/us/breastcancer",
    "value" : "BC-basic-resource-type"
  },
  "version" : "0.2.0",
  "name" : "BasicResourceType",
  "title" : "BC Basic Resource Type CodeSystem",
  "status" : "draft",
  "date" : "2018-08-17T00:00:00+10:00",
  "publisher" : "The HL7 Cancer Interoperability Group sponsored by Clinical Interoperability Council Work Group (CIC)",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/cic/index.cfm"
        }
      ]
    }
  ],
  "description" : "Codes representing profiles on the Basic resource.",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 4,
  "concept" : [
    {
      "code" : "cimi-entity-Person",
      "display" : "BC Person Profile"
    },
    {
      "code" : "cimi-entity-Entity",
      "display" : "BC Entity Profile"
    },
    {
      "code" : "cimi-entity-SpecimenTreatment",
      "display" : "BC SpecimenTreatment Profile"
    },
    {
      "code" : "cimi-entity-SpecimenContainer",
      "display" : "BC SpecimenContainer Profile"
    }
  ]
}