{
  "resourceType": "StructureDefinition",
  "id": "IRD-Body-Observation",
  "url": "https://health.linova.de/fhir/v1/IRD/Body_Observation",
  "version": "1.0.0",
  "name": "IRD_Body_Observation",
  "status": "draft",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "derivation": "specialization",
  "abstract": false,
  "type": "Observation",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Observation",
  "differential": {
    "element": [
      {
        "id": "Observation",
        "path": "Observation",
        "definition": "A body observation describes a certain measurable body parameter of a patient (e.g. weight)"
      },
      {
        "id": "Observation.value[x]",
        "path": "Observation.value[x]",
        "definition": "The description of the injury",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "Observation.subject",
        "path": "Observation.subject",
        "definition": "Patient the observation is based on.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://health.linova.de/fhir/v1/IRD/Patient"
            ]
          }
        ]
      },
      {
        "id": "Observation.performer",
        "path": "Observation.performer",
        "definition": "Practitioner or Patient who was responsible for the injury observation",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://health.linova.de/fhir/v1/IRD/PractitionerRole",
              "https://health.linova.de/fhir/v1/IRD/Patient"
            ]
          }
        ]
      },
      {
        "id": "Observation.effective[x]",
        "path": "Observation.effective[x]",
        "definition": "Date and time when the body observation was made"
      }
    ]
  }
}