{
  "resourceType": "StructureDefinition",
  "id": "84000905-f9bb-4de5-85f7-acada103faea",
  "meta": {
    "lastUpdated": "2023-07-05T06:09:50.3628068+00:00"
  },
  "url": "https://simplifier.net/winningtest/microorganism-identification-profile",
  "name": "MicroorganismIdentification",
  "title": "微生物鉴定结果",
  "status": "draft",
  "date": "2023-07-05T06:11:15.0713266+00:00",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "workflow",
      "uri": "http://hl7.org/fhir/workflow",
      "name": "Workflow Pattern"
    },
    {
      "identity": "sct-concept",
      "uri": "http://snomed.info/conceptdomain",
      "name": "SNOMED CT Concept Domain Binding"
    },
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    },
    {
      "identity": "sct-attr",
      "uri": "http://snomed.org/attributebinding",
      "name": "SNOMED CT Attribute Binding"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Observation",
  "baseDefinition": "https://simplifier.net/winningtest/laboratory-result-profile",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Observation.identifier",
        "path": "Observation.identifier",
        "max": "0"
      },
      {
        "id": "Observation.status",
        "path": "Observation.status",
        "fixedCode": "final"
      },
      {
        "id": "Observation.code",
        "path": "Observation.code",
        "fixedCodeableConcept": {
          "coding": [
            {
              "system": "http://loinc.org",
              "version": "2.69",
              "code": "11475-1",
              "display": "Microorganism identified in Specimen by Culture"
            }
          ],
          "text": "已鉴定的微生物"
        }
      },
      {
        "id": "Observation.subject",
        "path": "Observation.subject",
        "max": "0"
      },
      {
        "id": "Observation.effective[x]",
        "path": "Observation.effective[x]",
        "max": "0"
      },
      {
        "id": "Observation.issued",
        "path": "Observation.issued",
        "max": "0"
      },
      {
        "id": "Observation.performer",
        "path": "Observation.performer",
        "max": "0"
      },
      {
        "id": "Observation.value[x]",
        "path": "Observation.value[x]",
        "short": "细菌代码",
        "definition": "使用细菌编码时，使用urn:oid:1.2.156.112604.1.1.1611作为system",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "required",
          "description": "细菌代码",
          "valueSet": "urn:oid:1.2.156.112604.1.2.1405"
        }
      },
      {
        "id": "Observation.interpretation",
        "path": "Observation.interpretation",
        "short": "细菌数量程度",
        "max": "1"
      },
      {
        "id": "Observation.interpretation.coding",
        "path": "Observation.interpretation.coding",
        "max": "0"
      },
      {
        "id": "Observation.note",
        "path": "Observation.note",
        "max": "1"
      },
      {
        "id": "Observation.referenceRange",
        "path": "Observation.referenceRange",
        "max": "0"
      },
      {
        "id": "Observation.hasMember",
        "path": "Observation.hasMember",
        "short": "微生物药敏结果",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://simplifier.net/winningtest/susceptibility-measurement-profile"
            ],
            "aggregation": [
              "referenced",
              "bundled"
            ]
          }
        ]
      },
      {
        "id": "Observation.derivedFrom",
        "path": "Observation.derivedFrom",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://simplifier.net/winningtest/culture-profile"
            ],
            "aggregation": [
              "referenced",
              "bundled"
            ]
          }
        ]
      },
      {
        "id": "Observation.component",
        "path": "Observation.component",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "code"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Observation.component:bacteriaCount",
        "path": "Observation.component",
        "sliceName": "bacteriaCount",
        "short": "菌落计数（ug/ml）",
        "max": "1"
      },
      {
        "id": "Observation.component:bacteriaCount.code",
        "path": "Observation.component.code",
        "short": "菌落计数",
        "fixedCodeableConcept": {
          "coding": [
            {
              "system": "http://loinc.org",
              "version": "2.70",
              "code": "62362-9",
              "display": "Colonies counted [#]"
            }
          ]
        }
      },
      {
        "id": "Observation.component:bacteriaCount.value[x]",
        "path": "Observation.component.value[x]",
        "short": "菌落计数结果",
        "type": [
          {
            "code": "Quantity"
          }
        ]
      },
      {
        "id": "Observation.component:bacteriaCount.dataAbsentReason",
        "path": "Observation.component.dataAbsentReason",
        "max": "0"
      },
      {
        "id": "Observation.component:bacteriaCount.interpretation",
        "path": "Observation.component.interpretation",
        "short": "细菌数量程度",
        "definition": "标本培养出的细菌数量程度"
      }
    ]
  }
}