{
  "resourceType": "StructureDefinition",
  "id": "MyOrganizationSGESGenerico",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2019-10-15T15:13:09.252+00:00"
  },
  "url": "http://spms.min-saude.pt/fhir/StructureDefinition/MyOrganization_SGES_Generico",
  "name": "MyOrganizationSGESGenerico",
  "status": "draft",
  "fhirVersion": "3.0.1",
  "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
      }
    ]
  }
}