{
  "resourceType": "StructureDefinition",
  "id": "sdr-causeOfDeath-DetailsOfInjury",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>SDR DetailsOfInjury Profile</b></p><p>Injury incident description</p><p><b>SDR Mapping Summary</b></p><p><pre>sdr.causeOfDeath.DetailsOfInjury maps to Observation:\n  string maps to value[x]\n  ObservationCode maps to code\n  constrain code.coding to 1..*\n  Subject maps to subject\n  InjuryDateTime maps to effective[x]\n</pre></p></div>"
  },
  "url": "http://nightingaleproject.github.io/fhirDeathRecord/StructureDefinition/sdr-causeOfDeath-DetailsOfInjury",
  "identifier": [
    {
      "system": "http://github.com/nightingaleproject/fhirDeathRecord",
      "value": "sdr.causeOfDeath.DetailsOfInjury"
    }
  ],
  "version": "0.1.0",
  "name": "DetailsOfInjuryProfile",
  "title": "SDR DetailsOfInjury Profile",
  "status": "draft",
  "date": "2018-06-14T04:00:00+00:00",
  "publisher": "The MITRE Corporation: Nightingale Project",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://github.com/nightingaleproject/fhirDeathRecord"
        }
      ]
    }
  ],
  "description": "Injury incident description",
  "purpose": "Observations are a key aspect of healthcare.  This resource is used to capture those that do not require more sophisticated mechanisms.",
  "fhirVersion": "3.0.1",
  "mapping": [
    {
      "identity": "workflow",
      "uri": "http://hl7.org/fhir/workflow",
      "name": "Workflow Mapping"
    },
    {
      "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/w5",
      "name": "W5 Mapping"
    },
    {
      "identity": "sct-attr",
      "uri": "http://snomed.info/sct",
      "name": "SNOMED CT Attribute Binding"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Observation",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Observation",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Observation:sdr-causeOfDeath-DetailsOfInjury",
        "path": "Observation",
        "short": "SDR DetailsOfInjury Profile",
        "definition": "Injury incident description"
      },
      {
        "id": "Observation:sdr-causeOfDeath-DetailsOfInjury.extension:placeofinjury",
        "path": "Observation.extension",
        "sliceName": "placeofinjury",
        "definition": "Description of the place of injury, e.g. decedent's home, restaurant, wooded area",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": "http://nightingaleproject.github.io/fhirDeathRecord/StructureDefinition/sdr-causeOfDeath-PlaceOfInjury-extension"
          }
        ]
      },
      {
        "id": "Observation:sdr-causeOfDeath-DetailsOfInjury.extension:postaladdress",
        "path": "Observation.extension",
        "sliceName": "postaladdress",
        "definition": "An address expressed using postal conventions (as opposed to GPS or other location definition formats). This data type may be used to convey addresses for use in delivering mail as well as for visiting locations and which might not be valid for mail delivery. There are a variety of postal address formats defined around the world. (Source: HL7 FHIR).",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": "http://nightingaleproject.github.io/fhirDeathRecord/StructureDefinition/shr-core-PostalAddress-extension"
          }
        ]
      },
      {
        "id": "Observation:sdr-causeOfDeath-DetailsOfInjury.code",
        "path": "Observation.code"
      },
      {
        "id": "Observation:sdr-causeOfDeath-DetailsOfInjury.code.coding",
        "path": "Observation.code.coding",
        "slicing": {
          "id": "1",
          "discriminator": [
            {
              "type": "value",
              "path": "code"
            }
          ],
          "ordered": false,
          "rules": "open"
        },
        "min": 1,
        "max": "*"
      },
      {
        "id": "Observation:sdr-causeOfDeath-DetailsOfInjury.code.coding:Fixed_11374-6",
        "path": "Observation.code.coding",
        "sliceName": "Fixed_11374-6",
        "short": "Injury incident description",
        "definition": "Injury incident description",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "isSummary": true
      },
      {
        "id": "Observation:sdr-causeOfDeath-DetailsOfInjury.code.coding:Fixed_11374-6.system",
        "path": "Observation.code.coding.system",
        "fixedUri": "http://loinc.org"
      },
      {
        "id": "Observation:sdr-causeOfDeath-DetailsOfInjury.code.coding:Fixed_11374-6.code",
        "path": "Observation.code.coding.code",
        "fixedCode": "11374-6"
      },
      {
        "id": "Observation:sdr-causeOfDeath-DetailsOfInjury.subject",
        "path": "Observation.subject",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"
          }
        ]
      },
      {
        "id": "Observation:sdr-causeOfDeath-DetailsOfInjury.effectiveDateTime",
        "path": "Observation.effectiveDateTime",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "Observation:sdr-causeOfDeath-DetailsOfInjury.valueString",
        "path": "Observation.valueString",
        "definition": "String representing injury incident description",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      }
    ]
  }
}