{
  "resourceType": "StructureDefinition",
  "id": "MyOrganizationSGESGenerico",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2019-09-10T16:35:06.059+00:00"
  },
  "url": "http://spms.min-saude.pt/fhir/StructureDefinition/MyOrganization_SGES_Generico",
  "name": "MyOrganizationSGESGenerico",
  "status": "active",
  "description": "X",
  "fhirVersion": "3.0.2",
  "kind": "resource",
  "abstract": false,
  "type": "Organization",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Organization",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Organization.id",
        "path": "Organization.id",
        "min": 1
      },
      {
        "id": "Organization.identifier",
        "path": "Organization.identifier",
        "min": 1
      },
      {
        "id": "Organization.identifier.system",
        "path": "Organization.identifier.system",
        "min": 1,
        "fixedUri": "http://spms.min-saude.pt/sges/identifiers/entity-id"
      },
      {
        "id": "Organization.identifier.value",
        "path": "Organization.identifier.value",
        "min": 1
      },
      {
        "id": "Organization.name",
        "path": "Organization.name",
        "min": 1,
        "example": [
          {
            "valueString": "Centro Hospitalar do Porto"
          }
        ]
      }
    ]
  }
}