{
  "resourceType": "StructureDefinition",
  "url": "http://example.org/fhir/StructureDefinition/DiagnosticReport_nacimientos_apimin",
  "name": "DiagnosticReport_nacimientos_apimin",
  "status": "draft",
  "fhirVersion": "3.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "DiagnosticReport",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DiagnosticReport",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "DiagnosticReport.code.text",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "DiagnosticReport.code.text",
        "short": "Texto representativo del concepto.",
        "definition": "Texto representativo del concepto, que hace referencia al código del sistema terminológico.",
        "mapping": [
          {
            "identity": "api-minsal",
            "map": "TIPO_PARTO"
          }
        ]
      },
      {
        "id": "DiagnosticReport.subject",
        "path": "DiagnosticReport.subject",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://example.org/fhir/StructureDefinition/Group_minsal"
          }
        ]
      },
      {
        "id": "DiagnosticReport.context",
        "path": "DiagnosticReport.context",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Encounter"
          },
          {
            "code": "Reference",
            "targetProfile": "http://example.org/fhir/StructureDefinition/Encounter_nac_apimin"
          }
        ]
      },
      {
        "id": "DiagnosticReport.result",
        "path": "DiagnosticReport.result",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Observation"
          },
          {
            "code": "Reference",
            "targetProfile": "http://example.org/fhir/StructureDefinition/Observation_apimin"
          }
        ]
      }
    ]
  }
}